From c800191f5c2a34e2787174cf94f444ef3791333e Mon Sep 17 00:00:00 2001 From: Romain Lanz Date: Mon, 25 Nov 2024 23:14:44 +0100 Subject: [PATCH] chore(readme): update installed version --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 7fe4e2f..5e01795 100644 --- a/README.md +++ b/README.md @@ -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.