Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaswolf committed Dec 27, 2022
1 parent 7d69aa7 commit 431608c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Nuxt 3 Cache Keys
Nuxt3-Module, that provides a system to set cache-keys for later use in e.g. a full-page cache like Varnish or Fastly.
# Nuxt Cache Keys
Nuxt module, that provides a system to set cache-keys for later use in e.g. a full-page cache like Varnish or Fastly.

## Installation
- NPM: `npm install nuxt3-cache-keys`
- pnpm: `pnpm install nuxt3-cache-keys`
- Yarn: `yarn add nuxt3-cache-keys`
- NPM: `npm install nuxt-cache-keys`
- pnpm: `pnpm install nuxt-cache-keys`
- Yarn: `yarn add nuxt-cache-keys`

## Usage

Expand All @@ -13,7 +13,7 @@ Add the module in your `nuxt.config.ts`:
```js
{
modules: [
'@mothership-gmbh/nuxt3-cache-keys'
'nuxt-cache-keys'
],

cachingHeaders: {
Expand Down

0 comments on commit 431608c

Please sign in to comment.