Change wording of example

This commit is contained in:
webb 2020-07-19 13:24:25 -04:00
parent d5c27b28ad
commit f2d3425ebd
No known key found for this signature in database
GPG Key ID: 8B6F0D2784D22DB2
1 changed files with 3 additions and 1 deletions

View File

@ -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