Skip to content

Commit

Permalink
Updated README and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adwaith-Rajesh committed Nov 19, 2021
1 parent 58e5eef commit df7cd36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ If you google the synonyms for 'rest' one of the result is 'loaf' or 'loafing'.

## An example Schema

> This is not fixed, but this is what I hope it will look like.
```json
{
"GET:get-user:pe": {
Expand All @@ -35,8 +33,10 @@ If you google the synonyms for 'rest' one of the result is 'loaf' or 'loafing'.
}
```

For more docs visit: [https://adwaith-rajesh.github.io/loafang/](https://adwaith-rajesh.github.io/loafang/)

## Road Map

- [x] Things kind of works
- [ ] Make an easier API for the user to use.
- [x] Make an easier API for the user to use.
- [ ] More tests
2 changes: 1 addition & 1 deletion docs/query-parts.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This is a sample query inside an execution block.

Here,

`user` if the head of the query or where the query the query need to executed, this can be a database name or anything like that.
`user` is the head of the query or where the query needs to executed, this can be a database name or anything like that.

`--name john` is the parameter to the query. These can be parameter to filter the head.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(
(600, "Something went wrong."),
(605, "Invalid data type for the argument in the query."),
(612, ""),
(612, "Execution block with pe property key cannot have an after key"),
(500, "")
)
)
Expand Down

0 comments on commit df7cd36

Please sign in to comment.