Skip to content

Commit b773f2e

Browse files
committed
docs: some refinements in the README.md
1 parent c021d32 commit b773f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Here:
393393
}
394394
```
395395

396-
You can have a look at the source code of the functions in `/src/functions.ts` for more examples.
396+
You can have a look at the source code of the functions in [`/src/functions.ts`](/src/functions.ts). for more examples.
397397

398398
- `operators` is an optional array definitions for custom operators. Each definition describes the new operator, the name of the function that it maps to, and the desired precedence of the operator: the same, before, or after one of the existing operators (`at`, `before`, or `after`):
399399

@@ -423,7 +423,7 @@ Here:
423423
}
424424
```
425425

426-
The build-in operators can be found in the source code: [/src/operators.ts](https://github.com/jsonquerylang/jsonquery/blob/develop/src/operators.ts).
426+
All build-in operators and their precedence are listed in the section [Operators](#operators).
427427

428428
Here an example of using the function `jsonquery`:
429429

0 commit comments

Comments
 (0)