Skip to content

Commit

Permalink
Fix Markdown formatting
Browse files Browse the repository at this point in the history
Headers were missing a space, so `####` was rendering as text
  • Loading branch information
samlandfried authored and rwaldron committed Jul 17, 2017
1 parent 3f70c35 commit 10191ed
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 @@ -24,7 +24,7 @@ Prerequisites for installation: [Node.js](https://nodejs.org/) and [Git](https:/
2. Go to the root directory of repository: `cd t2-cli`.
3. Create a symbolic link: `npm link --local`.

####Windows
#### Windows
You may encounter the following error when executing `npm link` on windows:
```
19798 error Windows_NT 6.3.9600
Expand All @@ -38,7 +38,7 @@ You may encounter the following error when executing `npm link` on windows:
```
This error occurs because of windows folder permissions. To resolve this make sure you are running cmd or powershell as an administrator and that the permissions on the node_modules folder is set to full control for the user.

####Source Tab Completion
#### Source Tab Completion
For bash users, add this line to your `~/.bashrc` or `~/.bash_profile` file:

`source /PATH/TO/t2-cli/bash_completion`
Expand Down

0 comments on commit 10191ed

Please sign in to comment.