Skip to content

Commit

Permalink
Fix typos from the initial commit
Browse files Browse the repository at this point in the history
Guess no one reads the docs? :(
  • Loading branch information
orangejulius committed May 12, 2019
1 parent 5b0d457 commit e93ad0d
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 @@ -31,14 +31,14 @@ If you haven't done so already, you will need to ensure the `pelias` command is

You can find the `pelias` file in the root of this repository.

Advanced users may have a preferance how this is done on their system, but a basic example would be to do something like:
Advanced users may have a preference how this is done on their system, but a basic example would be to do something like:

```bash
git clone https://github.com/pelias/docker.git ~/pelias
ln -s ~/pelias/pelias /usr/local/bin/pelias
```

Once the command is correctly installed you should be able to run the following command to confim the pelias command is available on your path:
Once the command is correctly installed you should be able to run the following command to confirm the pelias command is available on your path:

```bash
which pelias
Expand Down

0 comments on commit e93ad0d

Please sign in to comment.