diff --git a/README.md b/README.md index 2e64b76..1878986 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ as pxl.blue and this library are still very early in development. ## Examples -### Uploading a file using your username and password +### Logging in, and uploading a file + ``` import ( "fmt" @@ -23,6 +24,7 @@ func main() { ``` ### Getting an upload key with username and password + ``` package main