docs: fixed a path in get-started.md (#824)

fixed a path in get-started.md
This commit is contained in:
M.Yasoob Ullah Khalid ☺ 2024-01-10 05:02:46 -08:00 committed by GitHub
parent b691f8fed0
commit 8e4e0fa5f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ It might be helpful to think of an Ash API as a Bounded Context (in the Domain D
Let's start by creating our first resource along with our first API. We will create the following files:
- The API [Helpdesk.Support] - `lib/helpdesk/support.ex`
- Our Ticket resource [Helpdesk.Support.Ticket] - `lib/helpdesk/support/resources/ticket.ex`.
- Our Ticket resource [Helpdesk.Support.Ticket] - `lib/helpdesk/support/ticket.ex`.
To create the required folders and files, you can use the following command in your terminal: