Slighly improve README: format a directory name and fix a command name

This commit is contained in:
ariasuni 2019-08-21 17:59:00 +02:00
parent 1c64001d9f
commit 2e1b806c60
1 changed files with 3 additions and 3 deletions

View File

@ -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)).
If you have Matrix, you can join the Hyperspace community ([+hyperspace-masto:matrix.org](https://matrix.to/#/+hyperspace-masto:matrix.org)).