Skip to content

Commit 7d03f1d

Browse files
authored
Update README.md
1 parent 820c64e commit 7d03f1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ p, err := expr.Parse(`"Hello " + Title(Name)`, expr.Env(Env{}))
120120
out, err := expr.Run(p, Env{"world"})
121121
```
122122

123+
## Who is using Expr?
124+
125+
* [Aviasales](https://aviasales.ru) are actively using Expr for different parts of the search engine.
126+
123127
## License
124128

125129
[MIT](LICENSE)

0 commit comments

Comments
 (0)