diff --git a/README.md b/README.md index f521189..a29a4c8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Rule34 Json API This is a small web-api that implements all functionalities of the original rule34 api, but instead of xml it provides json. -The app is [hosted on heroku, "https"] for simple access and usage. +The app is [hosted on heroku](https://r34-json-api.herokuapp.com) for simple access and usage. ## Posts Posts can be accessed with ```/posts``` or ```/p```. @@ -15,7 +15,7 @@ Posts can be accessed with ```/posts``` or ```/p```. All of these are optional. ### Example - https://r34-json-api.herokuapp.com/posts?tags=dark_skin+female +[https://r34-json-api.herokuapp.com/posts?tags=dark_skin+female](https://r34-json-api.herokuapp.com/posts?tags=dark_skin+female) ## Comments Posts can be accessed with ```/comments``` or ```/c```. @@ -23,4 +23,4 @@ Posts can be accessed with ```/comments``` or ```/c```. * **post_id** - Allows you to get all comments of a single post. ### Example - https://r34-json-api.herokuapp.com/comments/post_id=2868605 \ No newline at end of file +[https://r34-json-api.herokuapp.com/comments?post_id=2868605](https://r34-json-api.herokuapp.com/comments?post_id=2868605) \ No newline at end of file