Skip to content

Commit

Permalink
Fix typo in README.md (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansh121096 authored Nov 22, 2023
1 parent f3d42df commit d783e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ curl -X 'PATCH' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"description": "Tabla description",
"description": "Table description",
"columns": [
{
"name": "column1",
Expand Down Expand Up @@ -346,7 +346,7 @@ curl -X 'PATCH' \

#### Adding database level instructions

You can add database level instructions to the context store manually from the `POST /api/v1/instructions` endpoint
You can add database level instructions to the context store manually from the `POST /api/v1/instructions` endpoint.
These instructions are passed directly to the engine and can be used to steer the engine to generate SQL that is more in line with your business logic.

```
Expand Down

0 comments on commit d783e76

Please sign in to comment.