Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrudnick authored Jan 26, 2021
1 parent 5531a6a commit 858d676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Then, to run this app you will need:
- Elixir >= 1.5
- NodeJS >= 5.0

Use `GITHUB_OAUTH_TOKEN` ENV var ir order to authenticate with the GitHub APIv3. Read the [guide](https://developer.github.com/v3/guides/getting-started/#oauth).
Use `GITHUB_OAUTH_TOKEN` ENV var in order to authenticate with the GitHub APIv3. Read the [guide](https://developer.github.com/v3/guides/getting-started/#oauth).

### Run it!
- Install dependencies with `mix deps.get`
Expand Down Expand Up @@ -65,4 +65,4 @@ Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
- Description: Just copy/paste the latest changes from [CHANGELOG.md](https://github.com/fiqus/coophub/blob/master/CHANGELOG.md).
3. Click the `Publish release` button and check that a new [github action](https://github.com/fiqus/coophub/actions?query=workflow%3A%22CI+-+Build+release+asset%22) was started for this release.
4. When the github action finishes, a [release asset](https://github.com/fiqus/coophub/releases/latest) should be attached (like `coophub-20200330-034316-0635b9c7.tar.gz`).
5. Done! Just wait a few minutes and the new release will be deployed to https://coophub.io (you can check the version at site footer).
5. Done! Just wait a few minutes and the new release will be deployed to https://coophub.io (you can check the version at site footer).

0 comments on commit 858d676

Please sign in to comment.