We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c11764 commit b7cada7Copy full SHA for b7cada7
README.md
@@ -10,9 +10,6 @@ add `'markdown-in-js/babel'` to the `plugins` field of your babel config
10
11
```jsx
12
import markdown from 'markdown-in-js'
13
-// or
14
-// var markdown = require('markdown-in-js')
15
-// (You can use any identifier)
16
17
const App = () => markdown`
18
## This is some content.
0 commit comments