rdflib 2.3.0-344dec99 → 2.3.0-3bc6a993

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,7 +65,7 @@ npm install --save rdflib
65
65
 
66
66
  ## Serializer flags
67
67
 
68
- The Turtle/N3/JSON‑LD serializers accept an optional flags string to tweak output formatting and abbreviation behavior.
68
+ The Turtle/N3/JSON‑LD serializers accept an optional `flags` string to tweak output formatting and abbreviation behavior.
69
69
 
70
70
  - Pass flags via the options argument to `serialize(...)`:
71
71
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rdflib",
3
3
  "description": "an RDF library for node.js. Suitable for client and server side.",
4
- "version": "2.3.0-344dec99",
4
+ "version": "2.3.0-3bc6a993",
5
5
  "private": false,
6
6
  "browserslist": [
7
7
  "> 0.5%"