aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-07-27 12:10:10 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-07-27 12:10:10 -0600
commita852f19b69a90e90cd453736eed35c7efeb50a75 (patch)
tree59b809f5f114d7ad8d4fb83d8b6e4f8add1b2d33 /README.md
parented9ada3dcfbb5e70105480d37dd5c99b7f83d5bb (diff)
Fixing some typos from copy paste
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4ff8937..d09c80c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ I like to dockerize all my tools so I am making this repo to dockerize Neovim.
The first step is to build the the docker image.
I call mine thornycrackers/neovim so you will have to change that accordingly for the following steps
```
-$ docker build -t=thornycrackers/phpcs .
+$ docker build -t=thornycrackers/neovim .
```
# Step 2: Run the image
@@ -19,8 +19,8 @@ This will open up neovim and when you exit neovim it will exit the container.
# Step 3: Make this command a little more useful
So using that command is awesome but a little cumbersome everytime you want to run it against a different file.
-Create a file called 'phpcs' and make sure to give it executable permissions and place it somewhere in your $PATH.
-Copy the following inside of the 'phpcs' executable file.
+Create a file called 'nvim' and make sure to give it executable permissions and place it somewhere in your $PATH.
+Copy the following inside of the 'nvim' executable file.
```
#!/bin/bash