From f2d3425ebdd7450d8cb07aab4d7c9be3a0b9feef Mon Sep 17 00:00:00 2001 From: webb Date: Sun, 19 Jul 2020 13:24:25 -0400 Subject: [PATCH] Change wording of example --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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