Skip to content

Commit

Permalink
chore(docs): fixed code sample in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-elbably committed Nov 3, 2023
1 parent 314036c commit 708f4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The Sliding Window Algorithm offers several advantages, including:
Here's how you can use slide limiter in your project:

```typescript
import { MemoryStore, SlideLimiter } from "slite-limiter";
import { MemoryStore, SlideLimiter } from "slide-limiter";

// Create a MemoryStore instance
const store = new MemoryStore();
Expand Down

0 comments on commit 708f4eb

Please sign in to comment.