We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4782c commit b758a51Copy full SHA for b758a51
README.md
@@ -61,7 +61,7 @@ OAuth lets users grant your application access and then you may act on
61
their behalf. The OAuth flow is described [here][oauth].
62
63
```js
64
-// create a flickr upload flickr without oauth credentials. Use this to
+// create a flickr upload client without oauth credentials. Use this to
65
// obtain a request token and authorize a user
66
const { upload } = createFlickr({
67
consumerKey: "<your API key>",
0 commit comments