Skip to content

Commit

Permalink
Update statemanagement-quickstart.md
Browse files Browse the repository at this point in the history
Removed "Install the dependencies for the `order-processor` app" from JavaScript Step 1 as we are doing this in Step 2.

Signed-off-by: Pradeep Palakurthi <[email protected]>
  • Loading branch information
svdspradeep authored Jun 7, 2024
1 parent cafd5cd commit d21b696
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,6 @@ Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quic
git clone https://github.com/dapr/quickstarts.git
```

Install the dependencies for the `order-processor` app:

```bash
cd ./order-processor
npm install
cd ..
```

### Step 2: Manipulate service state

In a terminal window, navigate to the `order-processor` directory.
Expand Down

0 comments on commit d21b696

Please sign in to comment.