Skip to content

Commit 40ac5c9

Browse files
authored
Update Getting-Started.md
1 parent f0b9330 commit 40ac5c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Getting-Started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Now, on compile time, override `<` operator.
9696
program, err = expr.Compile(rule, expr.Env(&Request{}), expr.Operator("<", "Before"))
9797
```
9898

99-
That's it! Now users can write expressions in a more pleasant way. Other operators `+`, `>`, `==`, etc can be overridden if similar way.
99+
That's it! Now users can write expressions in a more pleasant way. Other operators `+`, `>`, `==`, etc can be overridden in similar way.
100100

101101
```coffeescript
102102
SameLocation() and Date < Ticket.Segments[0].Date
@@ -105,3 +105,4 @@ SameLocation() and Date < Ticket.Segments[0].Date
105105
Next
106106
* [Language Definition](Language-Definition.md)
107107
* [Usage](Usage.md)
108+
* [Examples](https://godoc.org/github.com/antonmedv/expr#pkg-examples)

0 commit comments

Comments
 (0)