README.md in amazon_auth-0.1.1 vs README.md in amazon_auth-0.1.2
- old
+ new
@@ -28,12 +28,12 @@
### Set Amazon credentials on your local machine
[Quick] You can set login and password in console.
-[Recommended] Or you can convert them to protect them against shoulder surfing.
-Run `convert_amazon_credentials` and paste the output to _env_.
+[Recommended] Or you can convert them to protect them against shoulder surfing.
+Run `amazon_auth` and paste the output to _env_.
(`AMAZON_USERNAME_CODE` , `AMAZON_PASSWORD_CODE` and `AMAZON_CODE_SALT`)
### Run
In console, you can move around pages using Capybara DSL
@@ -62,10 +62,10 @@
```
git clone https://github.com/kyamaguchi/amazon_auth.git
cd amazon_auth
bundle
-./exe/convert_amazon_credentials
+./exe/amazon_auth
vi .env
rspec
./bin/console