The library covers our usage, but might not be comprehensive of the API. So we always welcome contributions and improvements from the community. Before sending pull requests, make sure you've done the following:
* Run `goimports` on all updated .go files.
* Document all exported structs and funcs.
## License
MIT
diff --git a/auth.go b/auth.go
index 3cf4249..26b5eb9 100644
--- a/auth.go
+++ b/auth.go
@@ -1,75 +1,75 @@
package writeas
import (
"fmt"
"net/http"
)
// LogIn authenticates a user with Write.as.
-// See https://developer.write.as/docs/api/#authenticate-a-user
+// See https://developers.write.as/docs/api/#authenticate-a-user