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.
- package/README.md +1 -1
- 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
|
|