Skip to content

Commit 1f6bb00

Browse files
committed
Update Readme.
1 parent a4fd382 commit 1f6bb00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ user struct, nil | The user is logged in.
113113
Because on password reset various cleanings need to happen (for example Remember Me tokens
114114
should all be deleted) setting the user's password yourself is not a good idea.
115115

116-
Authboss has the UpdatePassword method for you to use. Please consult it's documentation
117-
for a thorough explanation of each parameter.
116+
Authboss has the [UpdatePassword](http://godoc.org/gopkg.in/authboss.v0#UpdatePassword) method for you to use. Please consult it's documentation
117+
for a thorough explanation of each parameter and usage.
118118

119119
```go
120120
func UpdatePassword(w http.ResponseWriter, r *http.Request, ptPassword string, user interface{}, updater func() error) error
121121
```
122122

123-
Please read it's documentation as it's quite thorough, an example usage might be:
123+
An example usage might be:
124124

125125
```go
126126
myUserSave := func() error {

0 commit comments

Comments
 (0)