Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafspeziale committed Nov 10, 2022
1 parent 2086d75 commit d5e199d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -21,19 +21,19 @@
### npm

```sh
npm install @andreafspeziale/nestjs-memcached memjs
npm install @andreafspeziale/nestjs-memcached
```

### yarn

```sh
yarn add @andreafspeziale/nestjs-memcached memjs
yarn add @andreafspeziale/nestjs-memcached
```

### pnpm

```sh
pnpm install @andreafspeziale/nestjs-memcached memjs
pnpm install @andreafspeziale/nestjs-memcached
```

## How to use?
Expand Down

0 comments on commit d5e199d

Please sign in to comment.