Skip to content

Commit 86ab3ff

Browse files
author
Duke
committed
update readme
1 parent c49bc1d commit 86ab3ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Easy way to sign in and sign up users using oauth and email/password
44

5+
``` sh
6+
$ go get gopkg.in/dukex/login2.v1
7+
```
8+
9+
``` go
10+
import "gopkg.in/dukex/login2.v1"
11+
```
512

613
``` go
714
var loginBuilder *login2.Builder

0 commit comments

Comments
 (0)