From 4bb4a12038b91d393a8c8243cba3c26ac1825655 Mon Sep 17 00:00:00 2001 From: Carlo Corradini Date: Wed, 28 Feb 2024 15:19:44 +0100 Subject: [PATCH] docs: added discord and npm badges (#438) * docs: added discord and npm badges * fix: typo --- Readme.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index c6f53f60..edd1b2dc 100644 --- a/Readme.md +++ b/Readme.md @@ -1,14 +1,17 @@ ![integration logo](https://raw.githubusercontent.com/MichalLytek/typegraphql-prisma/main/img/integration.png) +[![discord](https://img.shields.io/discord/1195751245386875040?logo=discord&color=%237289da)](https://discord.gg/cWnBAQcbg2) +[![npm](https://img.shields.io/npm/v/typegraphql-prisma?logo=npm&color=%23CC3534)](https://www.npmjs.com/package/typegraphql-prisma) + # TypeGraphQL & Prisma integration Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema. -[**https://prisma.typegraphql.com/**](https://prisma.typegraphql.com/) +[**https://prisma.typegraphql.com**](https://prisma.typegraphql.com) ## Documentation -The documentation, installation guide, detailed description of the API and all of its features is [available on the website](https://prisma.typegraphql.com/). +The documentation, installation guide, detailed description of the API and all of its features is [available on the website](https://prisma.typegraphql.com). ## Examples @@ -36,3 +39,8 @@ This project is not sponsored by Prisma anymore, so there will be provided only You can read more about this in the GitHub issue [#385](https://github.com/MichalLytek/typegraphql-prisma/issues/385). Let's keep `typegraphql-prisma` alive together! 💪 + +## Community + +- Visit the [Official Website](https://prisma.typegraphql.com) +- Chat on [Discord](https://discord.gg/cWnBAQcbg2)