README.md in easypost-5.0.0 vs README.md in easypost-5.0.1

- old
+ new

@@ -134,14 +134,17 @@ ```bash # Install dependencies make install +# Install style guide (Unix only) +make install-style + # Lint project make lint # Fix linting errors -make fix +make format # Run tests (coverage is generated on a successful test suite run) EASYPOST_TEST_API_KEY=123... EASYPOST_PROD_API_KEY=123... make test # Run security analysis