Skip to content

Commit

Permalink
docs(readme): update usage command from yarn aws_cosmo to `yarn cos…
Browse files Browse the repository at this point in the history
…mo` for clarity and accuracy
  • Loading branch information
danyel117 committed Sep 13, 2024
1 parent 03c891e commit 6de286f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ This code generates SDL-first Graphql types and resolvers based on a Prisma sche
3) Make sure that in the Prisma schema you don't have commented lines of code, otherwise the execution could fail.

## Usage
1)run the command `yarn aws_cosmo`
yarn aws_cosmo
1)run the command `yarn cosmo`

2) The above command will generate a folder named 'generate' which will contain the gql schema and the basic resolvers for CRUD type operations

Expand Down

0 comments on commit 6de286f

Please sign in to comment.