From d33be983511c1a5d5224af0264b65a1046dc9a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Estev=C3=A3o?= Date: Thu, 5 Oct 2023 19:44:48 +0100 Subject: [PATCH] docs: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fa95b4..6ef7ee0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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 @@ -15,7 +15,7 @@ Does not require you to install extra dependencies as we're using - [ ] 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