Skip to content

Commit

Permalink
[doc] Fix create-store command (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyaddin authored Feb 2, 2024
1 parent 4f11a4a commit 5d732a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/quickstart-single-datacenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ value schema:

Let's create a venice store:
```
./create_store.sh http://venice-controller:5555 venice-cluster0 test-store sample-data/schema/keySchema.avsc sample-data/schema/valueSchema.avsc
./create-store.sh http://venice-controller:5555 venice-cluster0 test-store sample-data/schema/keySchema.avsc sample-data/schema/valueSchema.avsc
```

#### Step 6: Push data to the store
Expand Down

0 comments on commit 5d732a8

Please sign in to comment.