Skip to content

Commit 15cd433

Browse files
authored
Update README.md [skip ci]
1 parent 8259975 commit 15cd433

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ This image goes with these versions. [These are automatically updated and tested
1010
- selenium 4.1.0
1111

1212

13-
### Running the demo
13+
## Running the demo
1414

1515
```bash
16+
$ npm install -g serverless # skip this line if you have already installed Serverless Framework
1617
$ export AWS_REGION=ap-northeast-1 # You can specify region or skip this line. us-east-1 will be used by default.
1718
$ sls create --template-url "https://github.com/umihico/docker-selenium-lambda/tree/main" --path docker-selenium-lambda && cd $_
1819
$ sls deploy
1920
$ sls invoke --function demo # Yay! You will get texts of example.com
2021
```
2122

22-
### Side Project
23+
## Side Project
2324

2425
If you don't want to create functions each time for each purpose, Please check out [pythonista-chromeless](https://github.com/umihico/pythonista-chromeless)

0 commit comments

Comments
 (0)