Skip to content

Commit 1cbcc23

Browse files
authored
Merge pull request #82 from Bisa/bash-autocomplete
fix spelling error
2 parents 4c42b20 + 6e42c21 commit 1cbcc23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ A simple factorio init script for linux
2828
- Copy/Symlink or source the bash_autocompletion file
2929

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

0 commit comments

Comments
 (0)