Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisa committed Sep 1, 2016
1 parent d08f0a8 commit 6e42c21
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 @@ -28,9 +28,9 @@ A simple factorio init script for linux
- Copy/Symlink or source the bash_autocompletion file

```bash
$ ln -s /opt/factorio-init/bash_autocompletion /etc/bash_completion.d/factorio
$ ln -s /opt/factorio-init/bash_autocomplete /etc/bash_completion.d/factorio
# OR:
$ echo "source /opt/factorio-init/bash_autocompletion" >> ~/.bashrc
$ echo "source /opt/factorio-init/bash_autocomplete" >> ~/.bashrc
# restart your shell to verify that it worked
```

Expand Down

0 comments on commit 6e42c21

Please sign in to comment.