commit: a631730ad90eb5ffc57cc3b371c8fd7b3ae10055
parent: be1d9ded09ee3dbda20948ecfcf4672174c080c5
Author: Stephen M. Pallen <smpallen99@yahoo.com>
Date: Wed, 29 Mar 2017 16:36:56 -0400
add link to docs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -36,7 +36,7 @@ iex> AutoLinker.link("google.com", new_window: false, rel: false, class: false)
"<a href='http://google.com'>google.com</a>"
```
-See the docs for more examples
+See the [Docs](https://hexdocs.pm/auto_linker/) for more examples
## License