Skip to content

Commit

Permalink
formating...
Browse files Browse the repository at this point in the history
  • Loading branch information
idugalic committed Sep 14, 2024
1 parent b6b52a7 commit ab0e1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
A demo/example project for the imaginary restaurant and order management.


It demonstrates how to run our unique domain and orchestrate it in an
EventSourced/EventDriven way.

Expand Down Expand Up @@ -64,7 +63,8 @@ deno run --unstable-kv --allow-net server.ts

## Run the client

> This is a simple client that sends a create restaurant command and a change restaurant menu command to the server.
> This is a simple client that sends a create restaurant command and a change
> restaurant menu command to the server.
```shell
deno run --allow-net client.ts
Expand Down

0 comments on commit ab0e1f5

Please sign in to comment.