From d33bd753efb7df97106bc27d15d569818e71d31e Mon Sep 17 00:00:00 2001 From: Yash Mittal Date: Fri, 19 Apr 2024 18:09:45 +0530 Subject: [PATCH] docs: update README --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 67dc817..4b1a6df 100644 --- a/README.md +++ b/README.md @@ -4,27 +4,14 @@ Generate Prisma schema dynamically using json file. ## Installation -### using git-clone - -```bash -git clone https://github.com/techsavvyash/dynamo-prisma.git -npm link -``` - -### using npm - ```bash -npm install @techsavvyash/dynamo-prisma +npm install @techsavvyash/dynamo-prisma@0.0.1 ``` ## Usage - -Visit [dynamo-prisma function](./docs/functions.md) for more details. - -for info on schema you should follow, visit: [JSON Schema](./docs/schema.md) - +For information on schema you should follow, visit: [JSON Schema](./docs/schema.md) ## References