We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fa83c commit d33be98Copy full SHA for d33be98
1 file changed
README.md
@@ -7,15 +7,15 @@ Currently supports two types of generation:
7
* [Tesla](https://hexdocs.pm/tesla/readme.html) - Generates a module with a Tesla client.
8
* [Req](https://hexdocs.pm/req/readme.html) - Generates a module using Req.
9
10
-By default we're using Jason for encoding and decoding of strucs
+By default we're using Jason for encoding and decoding of structs
11
12
Does not require you to install extra dependencies as we're using
13
14
## Roadmap
15
16
- [ ] Support YAML specification parsing
17
- [ ] Support Inheritance and Polymorphism
18
-- [ ] Add typespecs to generated Strucs
+- [ ] Add typespecs to generated Structs
19
- [ ] Add typespecs to Client
20
- [ ] Generate tests for Client
21
0 commit comments