n3 2.6.0 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,7 +45,7 @@ or
45
45
  [_Introduction to browserify_](https://writingjavascript.org/posts/introduction-to-browserify).
46
46
  You will need to create a "UMD bundle" and supply a name (e.g. with the `-s N3` option in browserify).
47
47
 
48
- You can also load it via CDN, either as a UMD bundle that exposes a global `N3`:
48
+ You can also load it via CDN, either as a classic script that exposes a global `N3`:
49
49
  ```html
50
50
  <script src="https://unpkg.com/n3/browser/n3.min.js"></script>
51
51
  ```