Skip to content

Commit e50effb

Browse files
committed
updates readme
1 parent 15fa642 commit e50effb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ We are going to create our own GraphQL API on top of this [Rick and Morty API](h
3030
- `yarn install` or `npm install`
3131
- `yarn start` or `npm start`
3232

33+
### Tasks
34+
3335
- [ ] 1. Create a Character type in your schema. Here is the [documentation of the character endpont](https://rickandmortyapi.com/documentation/#character-schema).
3436

3537
- [ ] 2. Create an Episode type in your schema. Here is the [documentation of the episode endpont](https://rickandmortyapi.com/documentation/#episode-schema).

0 commit comments

Comments
 (0)