README.md in access-2.0.48 vs README.md in access-2.0.49
- old
+ new
@@ -277,8 +277,12 @@
`ACCESS_TOKEN=**your-access-token** rake`
`ACCESS_TOKEN=*your-access-token** guard`
+or add your environment variables to a `.env` file and run the test simply with `rake` or `guard`
+
### Running the Gem in Console
`ACCESS_TOKEN=*your-access-token** ruby bin/console`
+
+or add your environment variables to a `.env` file and run `ruby bin/console`