Skip to content

Commit

Permalink
chore(readme): update installed version
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Nov 25, 2024
1 parent 13986d1 commit c800191
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ I have explained the [reasons for using an IoC container](https://github.com/the
Install the package from the npm packages registry.

```sh
npm i @adonisjs/fold@next

# yarn lovers
yarn add @adonisjs/fold@next

# pnpm followers
pnpm add @adonisjs/fold@next
npm i @adonisjs/fold
```

Once done, you can import the `Container` class from the package and create an instance of it. For the most part, you will use a single instance of the container.
Expand Down

0 comments on commit c800191

Please sign in to comment.