Skip to content

Commit f4accb8

Browse files
committed
Update README.md
1 parent 5a6d044 commit f4accb8

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
@@ -39,7 +39,7 @@ product.Stock < 15
3939
```coffeescript
4040
all(Tweets, {.Size < 140})
4141
```
42-
* Fast ([benchamrks](https://github.com/antonmedv/golang-expression-evaluation-comparison)).
42+
* Fast ([benchmarks](https://github.com/antonmedv/golang-expression-evaluation-comparison)).
4343

4444
## Install
4545

@@ -53,7 +53,7 @@ go get -u github.com/antonmedv/expr
5353

5454
## Documentation
5555

56-
* See [docs](docs) for developer documentation.
56+
* See [docs](docs) page for developer documentation.
5757
* See [The Expression Syntax](https://github.com/antonmedv/expr/wiki/The-Expression-Syntax) page to learn the syntax.
5858

5959
## Examples

0 commit comments

Comments
 (0)