inngest-cli 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,7 @@ We created Inngest to bring the benefits of event-driven systems to all develope
47
47
  ## Quick Start
48
48
 
49
49
  1. [NPM install our SDK for your typescript project](https://github.com/inngest/inngest-js): `npm install inngest`
50
- 2. Run the Inngest dev serverL `npx inngest@latest dev`. That's _this_ cli.
50
+ 2. Run the Inngest dev server: `npx inngest@latest dev`. That's _this_ cli.
51
51
  3. [Integrate Inngest with your framework in one line](https://www.inngest.com/docs/frameworks/nextjs) via the `serve() handler`
52
52
  4. [Write and run functions in your existing framework or project](https://www.inngest.com/docs/functions)
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inngest-cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "The event-driven queue for any language.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "scripts": {