diff --git a/README.md b/README.md index 786464443e19..c67ad7694a28 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Prisma is a **next-generation ORM** that consists of these tools: - [**Prisma Migrate**](https://www.prisma.io/docs/concepts/components/prisma-migrate): Declarative data modeling & migration system - [**Prisma Studio**](https://github.com/prisma/studio): GUI to view and edit data in your database -Prisma Client can be used in _any_ Node.js or TypeScript backend application (including serverless applications and microservices). This can be a [REST API](https://www.prisma.io/docs/understand-prisma/prisma-in-your-stack/rest), a [GraphQL API](https://www.prisma.io/docs/understand-prisma/prisma-in-your-stack/graphql) a gRPC API or anything else that needs a database. +Prisma Client can be used in _any_ Node.js or TypeScript backend application (including serverless applications and microservices). This can be a [REST API](https://www.prisma.io/docs/understand-prisma/prisma-in-your-stack/rest), a [GraphQL API](https://www.prisma.io/docs/understand-prisma/prisma-in-your-stack/graphql) a gRPC API, or anything else that needs a database. > **Are you looking for Prisma 1? The Prisma 1 repository has been renamed to [`prisma/prisma1`](https://github.com/prisma/prisma1)**. @@ -138,7 +138,7 @@ Refer to the documentation for more information about ["generating the Prisma cl #### Using Prisma Client to send queries to your database -Once Prisma Client was generated, you can import in your code and send queries to your database. This is what the setup code looks like. +Once the Prisma Client is generated, you can import it in your code and send queries to your database. This is what the setup code looks like. ##### Import and instantiate Prisma Client