chore: fix get-started guide

This commit is contained in:
Zach Daniel 2022-09-30 00:29:13 -04:00
parent 8dca72c49d
commit a4b3d36ca9

View file

@ -99,7 +99,7 @@ Lets start by creating our first resource along with our first API. We will crea
- The API - `lib/helpdesk/support.ex`
- A registry to list our resources - `lib/helpdesk/support/registry.ex`
- Our tickets resource - `lib/helpdesk/support/resources/tickets/ticket.ex`.
- Our tickets resource - `lib/helpdesk/support/resources/ticket.ex`.
We also create an accompanying registry, in , which is where we will list the resources for our Api.