Skip to content

Commit

Permalink
Fix typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nussio committed Oct 27, 2019
1 parent 25289ca commit a2bfe37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ CQRS and Event sourcing module for moleculerjs

## Getting started

If you want skip next steps and start playing with moleculer & moleculer-cqrs clone [moleculer-cqrs-skeleton](https://github.com/davidnussio/moleculer-cqrs-skeleton) repository

### Create node project

```bash
$ npx moleculer init project my-first-project
$ npx moleculer init project moleculer-cqrs-skeleton
```

### Install dependencies
Expand Down

0 comments on commit a2bfe37

Please sign in to comment.