diff --git a/README.md b/README.md index d886274..a4a86e2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ npm install ### Testing changes -Before testing Hyperspace, make the following change in `config.json`, located in the public directory: +Before testing Hyperspace, make the following change in `config.json`, located in the `public` directory: ```json "location": "https://localhost:3000" @@ -55,7 +55,7 @@ npm start The site will be hosted at `https://localhost:3000`, where you can sign in and test Hyperspace using your Mastodon account. If you have signed in before, you will be automatically logged in. -Alternatively, if you are testing the desktop version of Hyperspace, run `npm run electrify` (or `npm run electrify`, if you don't want to make another production build). Hyperspace will open in a window where you can sign in and test Hyperspace with your Mastodon account. You'll be logged in automatically if you've signed in before. +Alternatively, if you are testing the desktop version of Hyperspace, run `npm run electrify` (or `npm run electrify-nobuild`, if you don't want to make another production build). Hyperspace will open in a window where you can sign in and test Hyperspace with your Mastodon account. You'll be logged in automatically if you've signed in before. ### Building a release @@ -89,4 +89,4 @@ Contrubition guidelines are available in the [contributing file](.github/contrib If you want to aid the project in other ways, consider supporting the project on [Patreon](https://patreon.com/marquiskurt). You can also [view all of our contributors](patreon.md) that help make Hyperspace possible. -If you have Matrix, you can join the Hyperspace community ([+hyperspace-masto:matrix.org](https://matrix.to/#/+hyperspace-masto:matrix.org)). \ No newline at end of file +If you have Matrix, you can join the Hyperspace community ([+hyperspace-masto:matrix.org](https://matrix.to/#/+hyperspace-masto:matrix.org)).