Skip to content

Commit bd50f1f

Browse files
committed
Reorder sections.
1 parent fcf352f commit bd50f1f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -364,28 +364,6 @@ The `safe` options flag set to `true` enables this behavior:
364364
const expanded = await jsonld.expand(data, {safe: true});
365365
```
366366

367-
Related Modules
368-
---------------
369-
370-
* [jsonld-cli][]: A command line interface tool called `jsonld` that exposes
371-
most of the basic jsonld.js API.
372-
* [jsonld-request][]: A module that can read data from stdin, URLs, and files
373-
and in various formats and return JSON-LD.
374-
375-
Commercial Support
376-
------------------
377-
378-
Commercial support for this library is available upon request from
379-
[Digital Bazaar][]: [email protected]
380-
381-
Source
382-
------
383-
384-
The source code for the JavaScript implementation of the JSON-LD API
385-
is available at:
386-
387-
https://github.com/digitalbazaar/jsonld.js
388-
389367
Tests
390368
-----
391369

@@ -483,6 +461,28 @@ See `tests/test.js` for more `TEST_ENV` control and options.
483461
These reports can be compared with the `benchmarks/compare/` tool and at the
484462
[JSON-LD Benchmarks][] site.
485463

464+
Related Modules
465+
---------------
466+
467+
* [jsonld-cli][]: A command line interface tool called `jsonld` that exposes
468+
most of the basic jsonld.js API.
469+
* [jsonld-request][]: A module that can read data from stdin, URLs, and files
470+
and in various formats and return JSON-LD.
471+
472+
Source
473+
------
474+
475+
The source code for the JavaScript implementation of the JSON-LD API
476+
is available at:
477+
478+
https://github.com/digitalbazaar/jsonld.js
479+
480+
Commercial Support
481+
------------------
482+
483+
Commercial support for this library is available upon request from
484+
[Digital Bazaar][]: [email protected]
485+
486486
[Digital Bazaar]: https://digitalbazaar.com/
487487

488488
[JSON-LD 1.0 API]: http://www.w3.org/TR/2014/REC-json-ld-api-20140116/

0 commit comments

Comments
 (0)