Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barinali authored and addaleax committed Mar 6, 2017
1 parent b04651d commit e0ce66c
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 @@ -8,7 +8,7 @@ Need help with Node.js? You've come to the right place!
If you have a question about Node.js, [create a new issue](https://github.com/nodejs/help/issues/new)
and ask there!

[note] When inserting you're code:
[note] When inserting your code:

use 3 backticks, followed by `js`: As seen below
![node-js](assets/backtick.png)
Expand All @@ -19,7 +19,7 @@ console.log('happy coding!')<br>
results in
```js
console.log('happy coding!')
console.log('happy coding!')
```


Expand Down

0 comments on commit e0ce66c

Please sign in to comment.