Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed May 27, 2024
1 parent e6f8d7b commit 0892ae7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"cliui",
"codacy",
"corepack",
"datasource",
"giphy",
"jsdoc",
"lefkowitz",
"pkey",
"datasource",
"plusplus",
"trufflehog"
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const cache2 = new Prisma().cache;
cache1 === cache2;
```

## Minimal example
### Minimal example

Create a prisma schema.

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
],
"keywords": [
"prisma",
"caching"
"caching",
"memcached",
"redis"
],
"packageManager": "[email protected]",
"metadata": {
Expand Down

0 comments on commit 0892ae7

Please sign in to comment.