Skip to content

Commit b758a51

Browse files
Update README.md
Co-authored-by: Copilot <[email protected]>
1 parent 8a4782c commit b758a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ OAuth lets users grant your application access and then you may act on
6161
their behalf. The OAuth flow is described [here][oauth].
6262

6363
```js
64-
// create a flickr upload flickr without oauth credentials. Use this to
64+
// create a flickr upload client without oauth credentials. Use this to
6565
// obtain a request token and authorize a user
6666
const { upload } = createFlickr({
6767
consumerKey: "<your API key>",

0 commit comments

Comments
 (0)