From d576c0eb30e8df557b9ccb0c4ba61d3a9159d193 Mon Sep 17 00:00:00 2001 From: Steve Morin Date: Mon, 25 Jun 2018 20:53:54 -0700 Subject: [PATCH 1/2] Adding a reference to the ExDoc hex documentation Adding a reference to the ExDoc hex documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 228475e6d..f9161b1d1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ ExDoc is a tool to generate documentation for your Elixir projects. In case you To learn about how to document your projects check out [Elixir's writing documentation page][hex-writing-docs]. +Note to learn more about `ExDoc` read [ExDoc Documentation](https://hexdocs.pm/ex_doc/) + ## Using ExDoc with Mix To use ExDoc in your Mix projects, first add ExDoc as a dependency: From 49741503760c968e062e00f58ac2a990725a9447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 26 Jun 2018 08:51:37 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9161b1d1..3cb76e762 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ExDoc is a tool to generate documentation for your Elixir projects. In case you To learn about how to document your projects check out [Elixir's writing documentation page][hex-writing-docs]. -Note to learn more about `ExDoc` read [ExDoc Documentation](https://hexdocs.pm/ex_doc/) +See the [ExDoc Documentation](https://hexdocs.pm/ex_doc/). ## Using ExDoc with Mix