Skip to content

Commit 6db6804

Browse files
authored
Update README.md
1 parent 878f275 commit 6db6804

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ This repository contains:
44

55
- [data/api](data/api): a static copy of the JSON data generated with the above script
66
- [data/schema](data/schema): a static copy of the PokeAPI schema generated from the above data
7-
- [updater](updater): a [Ditto](https://github.com/pokeapi/ditto) based bot that runs in docker
8-
and can update the data stored in this repo
7+
- [updater](updater): a [Ditto][1] based bot that runs in docker and can update the data stored in this repo
8+
- Deployment configs to deploy an instance of the API to [Netlify][2]
99

10-
If you'd like to use the JSON, you can apply your own base URL using [Ditto](https://github.com/pokeapi/ditto):
10+
If you'd like to use the JSON for your own purposes, you can apply your own base URL using [Ditto][1]:
1111

1212
```
1313
ditto transform --base-url='https://pokeapi.co'
1414
```
1515

1616
You can manually update the data if necessary. See [the updater bot](updater).
1717
You can run the bot in docker, or read and adapt its update script yourself.
18+
19+
20+
[1]: https://github.com/pokeapi/ditto
21+
[2]: https://www.netlify.com/

0 commit comments

Comments
 (0)