Skip to content

Commit

Permalink
Fix newman cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
worleydl committed Mar 4, 2020
1 parent 5bd998f commit edfe8e5
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 @@ -95,5 +95,5 @@ If you want to use Postman during the TLRE class:
This collection is also valuable for testing examples against new versions of Elasticsearch. Using Postman's command line tool [Newman](https://github.com/postmanlabs/newman) you can check all of the requests in the collection:

```
newman run --global-var "es_host=localhost:9200" es-TLRE-postman_collection.json
newman run --global-var "solr_host=localhost:8983" solr-TLRE-postman_collection.json
```

0 comments on commit edfe8e5

Please sign in to comment.