Skip to content

Commit caf0680

Browse files
committed
Update readme
1 parent db05fa8 commit caf0680

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Expr
1+
# Expr [![Build Status](https://travis-ci.org/antonmedv/expr.svg?branch=master)](https://travis-ci.org/antonmedv/expr)
22

33
Expr is an engine that can evaluate expressions.
44

@@ -49,8 +49,8 @@ You can pass variables into the expression, which can be of any valid Go type (i
4949
```go
5050
// Maps
5151
data := map[string]interface{}{
52-
"Foo": ...
53-
"Bar": ...
52+
"Foo": ...
53+
"Bar": ...
5454
}
5555

5656
// Structs

0 commit comments

Comments
 (0)