Skip to content

Commit

Permalink
adjust main README
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Jan 21, 2020
1 parent 020c6eb commit a39a0ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ While each tool can be used standalone (in both [_greenfield_ and _brownfield_ p

## Getting started

The easiest way to get started with [Prisma Client JS](https://github.com/prisma/prisma-client-js) and/or [Lift](https://github.com/prisma/lift) is by using the `init` command of the `prisma2` CLI via [npx](https://github.com/npm/npx):
The easiest way to get started with [Prisma 2](https://github.com/prisma/prisma-client-js is by using the `init` command of the `prisma2` CLI via [npx](https://github.com/npm/npx):

```
npx prisma2 init hello-prisma
Expand Down Expand Up @@ -50,7 +50,7 @@ Follow the [**"Getting Started"-guide**](./docs/getting-started.md) for more inf
- [Use only Photon](./docs/prisma-client-js/use-only-prisma-client-js.md)
- [Code generation & Node.js setup](./docs/prisma-client-js/codegen-and-node-setup.md)
- [Deployment](./docs/prisma-client-js/deployment.md)
- [Lift](./docs/lift)
- [Prisma Migrate (Experimental)](./docs/prisma-migrate)
- [Importing and exporting data](./docs/import-and-export-data)
- [Supported databases](./docs/supported-databases.md)
- [Telemetry](./docs/telemetry.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- [Use only Prisma Client JS](./prisma-client-js/use-only-prisma-client-js.md)
- [Code generation & Node.js setup](./prisma-client-js/codegen-and-node-setup.md)
- [Deployment](./prisma-client-js/deployment.md)
- [Prisma Migrate](./prisma-migrate)
- [Prisma Migrate (Experimental)](./prisma-migrate)
- [Importing and exporting data](./import-and-export-data)
- [Supported databases](./supported-databases.md)
- [Telemetry](./telemetry.md)
Expand Down

0 comments on commit a39a0ac

Please sign in to comment.