From 53ebe62676e7f4ccb52296a1283cf5b3a13c2b53 Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Mon, 26 Jun 2017 19:27:00 +0200 Subject: [PATCH] Update installation instructions --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a1e660b..25bc04f 100644 --- a/README.md +++ b/README.md @@ -25,23 +25,14 @@ An implementation of the [RDF](https://www.w3.org/TR/rdf11-primer/) data model i ## Installation -[RDF.ex] can be installed as a Hex package as usual: - - 1. Add `rdf` to your list of dependencies in `mix.exs`: +The [RDF.ex] Hex package can be installed as usual, by adding `rdf` to your list of dependencies in `mix.exs`: ```elixir def deps do - [{:rdf, "~> 0.1.0"}] + [{:rdf, "~> 0.1"}] end ``` - 2. Ensure `rdf` is started before your application: - -```elixir -def application do - [applications: [:rdf]] -end -``` ## Usage