Skip to content

Commit d668051

Browse files
authored
Update README.md
1 parent 3ba19b2 commit d668051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Expr [![Build Status](https://travis-ci.org/antonmedv/expr.svg?branch=master)](https://travis-ci.org/antonmedv/expr) [![Code Coverage](https://scrutinizer-ci.com/g/antonmedv/expr/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/antonmedv/expr/?branch=master)
1+
# Expr [![Build Status](https://travis-ci.org/antonmedv/expr.svg?branch=master)](https://travis-ci.org/antonmedv/expr) [![Go Report Card](https://goreportcard.com/badge/github.com/antonmedv/expr)](https://goreportcard.com/report/github.com/antonmedv/expr) [![Code Coverage](https://scrutinizer-ci.com/g/antonmedv/expr/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/antonmedv/expr/?branch=master)
22

33
Expr is an engine that can evaluate expressions.
44

@@ -124,7 +124,7 @@ expression := `Request.User.UserAgent matches "Firefox" && "www" in Values(Reque
124124
node, err := expr.Parse(expression, expr.Names("Request"), expr.Funcs("Values"))
125125
```
126126

127-
Only `Request` and `Values` will bbe available inside expression, otherwise parse error.
127+
Only `Request` and `Values` will be available inside expression, otherwise parse error.
128128

129129
### Printing
130130
Compiled ast can be compiled back to string expression using _String()_:

0 commit comments

Comments
 (0)