diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2bcb1eb3..22a9f2c28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,6 +94,7 @@ Changelog - Temporary workaround for missing Japanese translations for Terms of Use that allows users to accept them in English - Added readme file for running acceptance tests ([PR 395](https://github.com/input-output-hk/daedalus/pull/395)) - Improved webpack build performance ([PR 402](https://github.com/input-output-hk/daedalus/pull/402)) +- Updated README file "Development - network options" section ([PR 410](https://github.com/input-output-hk/daedalus/pull/410)) ## 0.6.2 diff --git a/README.md b/README.md index b523e0996e..0384a43c52 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Run with `npm run dev` ### Development - network options -There are four different network options you can run Deadalus in: `mainnet`, `testnet`, `staging` and `development` (default). +There are four different network options you can run Deadalus in: `mainnet`, `testnet` and `development` (default). To set desired network option use `NETWORK` environment variable: ```bash