mirror of https://github.com/dapr/docs.git
Update statemanagement-quickstart.md
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 <svdspradeep@gmail.com>
This commit is contained in:
parent
cafd5cd460
commit
d21b696993
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue