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 de9fd5e commit d507f50Copy full SHA for d507f50
README.md
@@ -36,7 +36,13 @@ $ npm install n3
36
const N3 = require('n3');
37
```
38
39
-N3.js seamlessly works in browsers via [webpack](https://webpack.js.org/) or [browserify](http://browserify.org/).
+N3.js seamlessly works in browsers via [webpack](https://webpack.js.org/)
40
+or [browserify](http://browserify.org/).
41
+If you're unfamiliar with these tools,
42
+you can read
43
+[_webpack: Creating a Bundle – getting started_](https://webpack.js.org/guides/getting-started/#creating-a-bundle)
44
+or
45
+[_Introduction to browserify_](https://writingjavascript.org/posts/introduction-to-browserify).
46
47
## Creating triples/quads
48
N3.js follows the [RDF.js low-level specification](http://rdf.js.org/).
0 commit comments