Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
barretlee committed Apr 14, 2016
1 parent bbbcef2 commit b2259f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ vim +PluginInstall! +qall;

# rm tmp dir
# rm -rf ~/v-tmp;
echo "You can remove the template dir ~/v-tmp";
echo "You can remove the temporary directory ~/v-tmp";
```

## Thanks & LICENSE
Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ vim +PluginInstall! +qall;

# rm tmp dir
rm -rf ~/v-tmp;
# echo "You can remove the template dir ~/v-tmp";
# echo "You can remove the temporary directory ~/v-tmp";

0 comments on commit b2259f4

Please sign in to comment.