diff --git a/examples/nodejs/rate-limiter/README.md b/examples/nodejs/rate-limiter/README.md index b2e341f22..c32b1919f 100644 --- a/examples/nodejs/rate-limiter/README.md +++ b/examples/nodejs/rate-limiter/README.md @@ -39,7 +39,7 @@ const momento = await CacheClient.create({ }); const tpmLimit = 10; -const cacheName = "rate-limier"; +const cacheName = "rate-limiter"; const rateLimiter = new MomentoRateLimiter(momento, tpmLimit, cacheName); // test rate limiter