Skip to content

Commit

Permalink
Spell/style check quickstart.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Sep 1, 2023
1 parent 2d71c0d commit 27e4d2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/styles/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Restate
(?i)Restate
AWS
Awakeables
RPC
npm
npx
application/json
4 changes: 2 additions & 2 deletions docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm install && npm run build
Now, you are all set to start developing your service in `src/app.ts`.

## Step 3: Build and Run the Greeter service
Once you are done with implementing your service, build the app and run it:
Once you have implemented your service, build the app and run it:
```shell
npm run build
npm run app
Expand Down Expand Up @@ -84,7 +84,7 @@ Invoke the function via:
curl -X POST http://localhost:9090/myservice/hello -H 'content-type: application/json' -d '{"request": "Pete"}'
```

That's it! You managed to run your first Restate service.
Congratulations, you managed to run your first Restate service.

## Next steps

Expand Down

0 comments on commit 27e4d2a

Please sign in to comment.