Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oojacoboo committed Oct 12, 2023
1 parent 95a67a2 commit 57a5168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ At present, this lib will generate valid, tested and compliant modules ("actions
zapier-graphql scaffold search contacts && zapier push
```

That's it. This will generate a new GraphQL module in your project at, `./searches/contacts.js`. It will also generate a `./test/searches/contacts.js` test file for your new action. Finally, the `zapier push` command will push the new action to your Zapier app.
That's it. This will generate a new GraphQL module in your project at, `./searches/contacts.js`. It will also generate a `./test/searches/contacts.test.js` test file for your new action. Finally, the `zapier push` command will push the new action to your Zapier app.

## Requirements

Expand Down

0 comments on commit 57a5168

Please sign in to comment.