README.md in browser_shooter-0.0.3 vs README.md in browser_shooter-0.0.5
- old
+ new
@@ -30,11 +30,11 @@
#### Config your BrowserShooter script
Create a YAML file like this:
# myconfig.yml
- shoots_path: "/tmp/shoots"
+ output_path: "/tmp/shoots"
scripts:
google:
name: "google"
url: "http://www.google.de"
@@ -71,12 +71,10 @@
$ browser_shooter ./my/config.yml
The screenshots will be stored in:
- /<shoots_path>/<time_stamp>/<script_name>_<browser_name>[_<sufix>].png
+ /<output_path>/<time_stamp>/<script_name>_<browser_name>[_<sufix>].png
## Status
-Still in a _discovery_ state.. no tests.
-
-But is functional a can be usefull in no-production environments.
+Still in a _discovery_ state.. but is already **functional**.
\ No newline at end of file