Skip to content

Commit b5b94ab

Browse files
committed
Added a quickstart codesandbox
1 parent 65cdb59 commit b5b94ab

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ A simple in-memory cache with automatic or manual cache invalidation and elegant
2020
npm install cacheables
2121
```
2222

23+
## Quickstart
24+
25+
[https://codesandbox.io/s/quickstart-cacheables-5zh6h?file=/src/index.ts](https://codesandbox.io/s/quickstart-cacheables-5zh6h?file=/src/index.ts)
26+
2327
## Usage
2428

2529
```ts

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cacheables",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A simple in-memory cache written in Typescript with automatic cache invalidation and an elegant syntax.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)