diff --git a/README.md b/README.md index 50615c2f..0d98bb73 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Warthog, set up your data models and the following are automatically generated: - Database schema - generated by [TypeORM](https://github.com/typeorm/typeorm) - Your entire GraphQL Schema including: - - types to match your entities - generated by [type-graphql](https://github.com/19majkel94/type-graphql) + - types to match your entities - generated by [TypeGraphQL](https://github.com/19majkel94/type-graphql) - GraphQL inputs for consistent creates, updates, filtering, and pagination inspired by [Prisma](https://github.com/prisma/prisma)'s conventions - A [graphql-binding](https://github.com/graphql-binding/graphql-binding) for @@ -124,7 +124,7 @@ for DBs. Special thanks to the authors of: - [TypeORM](https://github.com/typeorm/typeorm) -- [type-graphql](https://github.com/19majkel94/type-graphql) +- [TypeGraphQL](https://github.com/19majkel94/type-graphql) - [Prisma](https://github.com/prisma/prisma) Ultimately, Warthog is a really opinionated, yet flexible composition of these libraries diff --git a/examples/README.md b/examples/README.md index 81e5f6ee..7d7e8721 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,8 +2,8 @@ All examples can be bootstapped and run with `yarn bootstrap && yarn start` -Since Warthog uses TypeORM and type-graphql out of the box, you can also +Since Warthog uses TypeORM and TypeGraphQL out of the box, you can also Eject from Warthog for custom things and use their examples: - [TypeORM](https://github.com/typeorm/typeorm/tree/master/sample) -- [type-graphql](https://github.com/19majkel94/type-graphql/tree/master/examples) +- [TypeGraphQL](https://github.com/19majkel94/type-graphql/tree/master/examples)