Skip to content

Commit

Permalink
Adding scripts/ to file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Feb 16, 2024
1 parent a8f8fe6 commit cf6d296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ curl -X PUT http://localhost:9200/_plugins/ubl/awesome
Send an event to the `awesome` store:

```
curl -X POST http://localhost:9200/_plugins/ubl/awesome -H "Content-Type: application/json" -d @instant-search.json
curl -X POST http://localhost:9200/_plugins/ubl/awesome -H "Content-Type: application/json" -d @./scripts/instant-search.json
```

Get events:
Expand Down

0 comments on commit cf6d296

Please sign in to comment.