From 8d2ee81f451419ae9343d92f638b974fce86832e Mon Sep 17 00:00:00 2001 From: Craig Johnston Date: Sat, 11 May 2019 17:59:32 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbd9df8..73fa2de 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ following configuration is specific to **query**: | Method | Route Pattern | Description | |:-------|:---------------------------------------|:---------------------------------------------------------------| -| POST | [run/:account](#run-a-query) | Run a quert to test it. This action does not upsert the query. | -| GET | [exec/:account/:id](#execute-a-query) | Executes a saved (upserted) query. | +| POST | [run/:account](#run-a-query) | Run a query to test it. This action does not save the query. | +| GET | [exec/:account/:id](#execute-a-query) | Executes a saved query. | | POST | [upsert/:account](#upsert-a-query) | Upsert (save) a query. | | GET | [get/:account/:id](#get-a-query) | Get a saved query. | | POST | [search/:account](#search-for-queries) | Search for saved queries. | @@ -236,4 +236,4 @@ goreleaser --skip-publish --rm-dist --skip-validate Build and release: ```bash GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --rm-dist -``` \ No newline at end of file +```