Skip to content

Commit b7cada7

Browse files
Update README.md
1 parent 9c11764 commit b7cada7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ add `'markdown-in-js/babel'` to the `plugins` field of your babel config
1010

1111
```jsx
1212
import markdown from 'markdown-in-js'
13-
// or
14-
// var markdown = require('markdown-in-js')
15-
// (You can use any identifier)
1613

1714
const App = () => markdown`
1815
## This is some content.

0 commit comments

Comments
 (0)