Skip to content

Commit e5a130f

Browse files
committed
Update README.md
1 parent 19be641 commit e5a130f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Docs
22

3+
## Install
4+
35
```go
46
import "github.com/antonmedv/expr"
57
```
@@ -63,7 +65,7 @@ type Request struct {
6365

6466
req := Request{
6567
User: &User{
66-
Cookies: []Cookie{{"origin", "www"}},
68+
Cookies: []Cookie{{"origin", "www"}},
6769
UserAgent: "Firefox",
6870
},
6971
}

0 commit comments

Comments
 (0)