diff --git a/packages/cli/src/generators/templates/typescript/README.md b/packages/cli/src/generators/templates/typescript/README.md index 48041dfbf..50404c9c9 100644 --- a/packages/cli/src/generators/templates/typescript/README.md +++ b/packages/cli/src/generators/templates/typescript/README.md @@ -1,24 +1,3 @@ -# typescript +# TypeScript Template -This Zapier integration project is generated by the `zapier init` CLI command. - -These are what you normally do next: - -```bash -# Install dependencies -npm install # or you can use yarn - -# Run tests -zapier test - -# Register the integration on Zapier if you haven't -zapier register "App Title" - -# Or you can link to an existing integration on Zapier -zapier link - -# Push it to Zapier -zapier push -``` - -Find out more on the latest docs: https://github.com/zapier/zapier-platform/blob/main/packages/cli/README.md. +An TypeScript template for Zapier Integrations.