spotify-api / spotify-api.js

A complete wrapper for spotify web api for deno, node.js and the browser.
https://spotify-api.js.org
MIT License
211 stars 19 forks source link

Fix README typo in code for Rate Limit #160

Closed venables closed 2 years ago

venables commented 2 years ago

The sample code in the README showed retryOnCacheLimit, when it should be retryOnRateLimit

Changes

Simple README typo fix.

Status

scientific-dev commented 2 years ago

Oh yes. Thanks for noticing the typo in the documentation.