Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l00mi authored Jul 15, 2022
1 parent 85facc4 commit a31be80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ provided to the exported factory method
<run-kit>

```js
const clownface = require('clownface')
const rdf = require('rdf-ext')


import clownface from 'clownface'
import rdf from 'rdf-ext'

const firstName = rdf.namedNode('http://xmlns.com/foaf/0.1/firstName')
const lastName = rdf.namedNode('http://xmlns.com/foaf/0.1/lastName')
Expand Down

0 comments on commit a31be80

Please sign in to comment.