Improve docs

This commit is contained in:
Takah1ro
2024-12-26 23:54:47 +09:00
parent acbcd9f3b1
commit 82ebdf1f9d
@@ -14,9 +14,9 @@ This module was successfully tested on:
### Installation
1. docker pull selenium/standalone-chrome:3.141.59
1. `docker pull selenium/standalone-chrome:3.141.59`
2. docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:3.141.59
2. `docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:3.141.59`
## Verification Steps