Update README

This commit is contained in:
Marcel Otto 2022-01-26 22:28:35 +01:00
parent 94a9b99605
commit 99ff10f4e6

View file

@ -9,6 +9,8 @@
An implementation of the [JSON-LD] standard for Elixir and [RDF.ex].
The API documentation can be found [here](https://hexdocs.pm/json_ld/). For a guide and more information about RDF.ex and it's related projects, go to <https://rdf-elixir.dev>.
## Features
@ -130,12 +132,6 @@ JSON.LD.write_string(dataset, "file.jsonld", pretty: [indent: "\t"])
```
## Getting help
- [Documentation](http://hexdocs.pm/json_ld)
- [Google Group](https://groups.google.com/d/forum/rdfex)
## Contributing
see [CONTRIBUTING](CONTRIBUTING.md) for details.