Skip to content

Commit d507f50

Browse files
megothRubenVerborgh
authored andcommitted
A suggestion to a bit more info on bundling
1 parent de9fd5e commit d507f50

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ $ npm install n3
3636
const N3 = require('n3');
3737
```
3838

39-
N3.js seamlessly works in browsers via [webpack](https://webpack.js.org/) or [browserify](http://browserify.org/).
39+
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).
4046

4147
## Creating triples/quads
4248
N3.js follows the [RDF.js low-level specification](http://rdf.js.org/).

0 commit comments

Comments
 (0)