Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Oct 5, 2023
1 parent 93fa83c commit d33be98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Currently supports two types of generation:
* [Tesla](https://hexdocs.pm/tesla/readme.html) - Generates a module with a Tesla client.
* [Req](https://hexdocs.pm/req/readme.html) - Generates a module using Req.

By default we're using Jason for encoding and decoding of strucs
By default we're using Jason for encoding and decoding of structs

Does not require you to install extra dependencies as we're using

## Roadmap

- [ ] Support YAML specification parsing
- [ ] Support Inheritance and Polymorphism
- [ ] Add typespecs to generated Strucs
- [ ] Add typespecs to generated Structs
- [ ] Add typespecs to Client
- [ ] Generate tests for Client

Expand Down

0 comments on commit d33be98

Please # to comment.