Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
📝 Remove beta from the installation process (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericEspiau authored Nov 1, 2020
1 parent 13c73d6 commit b08d5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Getting_Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Prisma-multi-tenant is a two-part project:
Before using any of them, you will first need to install globally `prisma-multi-tenant`, here is how you do it (using npm or yarn):

```sh
npm install -g prisma-multi-tenant@beta
npm install -g prisma-multi-tenant
# OR
yarn global add prisma-multi-tenant@beta
yarn global add prisma-multi-tenant
```

## 2. Initialize multi-tenancy to in your app
Expand Down

0 comments on commit b08d5e1

Please sign in to comment.