From 6db6804a34c0d2ba5cb84e6e42e456bcee16dab6 Mon Sep 17 00:00:00 2001 From: Sargun Vohra Date: Sat, 15 Sep 2018 01:54:58 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7c5ebf55..56cc64c74 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This repository contains: - [data/api](data/api): a static copy of the JSON data generated with the above script - [data/schema](data/schema): a static copy of the PokeAPI schema generated from the above data - - [updater](updater): a [Ditto](https://github.com/pokeapi/ditto) based bot that runs in docker - and can update the data stored in this repo + - [updater](updater): a [Ditto][1] based bot that runs in docker and can update the data stored in this repo + - Deployment configs to deploy an instance of the API to [Netlify][2] -If you'd like to use the JSON, you can apply your own base URL using [Ditto](https://github.com/pokeapi/ditto): +If you'd like to use the JSON for your own purposes, you can apply your own base URL using [Ditto][1]: ``` ditto transform --base-url='https://pokeapi.co' @@ -15,3 +15,7 @@ ditto transform --base-url='https://pokeapi.co' You can manually update the data if necessary. See [the updater bot](updater). You can run the bot in docker, or read and adapt its update script yourself. + + +[1]: https://github.com/pokeapi/ditto +[2]: https://www.netlify.com/