Skip to content

Commit 4bb4a12

Browse files
docs: added discord and npm badges (MichalLytek#438)
* docs: added discord and npm badges * fix: typo
1 parent fc2cd18 commit 4bb4a12

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
![integration logo](https://raw.githubusercontent.com/MichalLytek/typegraphql-prisma/main/img/integration.png)
22

3+
[![discord](https://img.shields.io/discord/1195751245386875040?logo=discord&color=%237289da)](https://discord.gg/cWnBAQcbg2)
4+
[![npm](https://img.shields.io/npm/v/typegraphql-prisma?logo=npm&color=%23CC3534)](https://www.npmjs.com/package/typegraphql-prisma)
5+
36
# TypeGraphQL & Prisma integration
47

58
Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema.
69

7-
[**https://prisma.typegraphql.com/**](https://prisma.typegraphql.com/)
10+
[**https://prisma.typegraphql.com**](https://prisma.typegraphql.com)
811

912
## Documentation
1013

11-
The documentation, installation guide, detailed description of the API and all of its features is [available on the website](https://prisma.typegraphql.com/).
14+
The documentation, installation guide, detailed description of the API and all of its features is [available on the website](https://prisma.typegraphql.com).
1215

1316
## Examples
1417

@@ -36,3 +39,8 @@ This project is not sponsored by Prisma anymore, so there will be provided only
3639
You can read more about this in the GitHub issue [#385](https://github.com/MichalLytek/typegraphql-prisma/issues/385).
3740

3841
Let's keep `typegraphql-prisma` alive together! 💪
42+
43+
## Community
44+
45+
- Visit the [Official Website](https://prisma.typegraphql.com)
46+
- Chat on [Discord](https://discord.gg/cWnBAQcbg2)

0 commit comments

Comments
 (0)