Skip to content

Commit a0e63db

Browse files
Merge pull request #2493 from MitchellCash/cachine-github-url
docs(caching): fix github link to point to the moved repo location
2 parents 980fc9d + ec4b828 commit a0e63db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/techniques/caching.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ Caching is a great and simple **technique** that helps improve your app's perfor
44

55
#### Installation
66

7-
First install [required packages](https://github.com/BryanDonovan/node-cache-manager) (and its types for TypeScript users):
7+
First install [required packages](https://github.com/node-cache-manager/node-cache-manager):
88

99
```bash
1010
$ npm install cache-manager
11-
$ npm install -D @types/cache-manager
1211
```
1312

1413
#### In-memory cache

0 commit comments

Comments
 (0)