Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti authored May 12, 2019
1 parent 821232b commit 8d2ee81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -236,4 +236,4 @@ goreleaser --skip-publish --rm-dist --skip-validate
Build and release:
```bash
GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --rm-dist
```
```

0 comments on commit 8d2ee81

Please sign in to comment.