Skip to content

Commit

Permalink
Removed instances of easy, easiest
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolyn Stransky committed Oct 11, 2019
1 parent 27ee654 commit 6a4c176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting started

The easiest way to get started with Photon and/or Lift is by installing the Prisma CLI and running the interactive `init` command:
The quickest way to get started with Photon and/or Lift is by installing the Prisma CLI and running the interactive `init` command:

```
npm install -g prisma2
Expand Down Expand Up @@ -31,7 +31,7 @@ Later, the wizard asks you which kind of database you want to use with Photon/Li
- **PostgreSQL**
- MongoDB (coming soon)

Note that both, **MySQL** and **PostgreSQL** options, required you to run a database that you can connect to in the next step. If you don't have a database running, choose **SQLite** for an easy setup and let the wizard create a new SQLite database file for you.
Note that both, **MySQL** and **PostgreSQL** options, required you to run a database that you can connect to in the next step. If you don't have a database running, choose **SQLite** and let the wizard create a new SQLite database file for you.

### Database credentials

Expand Down
2 changes: 1 addition & 1 deletion docs/photon/codegen-and-node-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Because Photon.js is a custom API for _your_ specific database setup, it can't f

## Why is Photon.js generated into `node_modules/@generated` by default?

### Easy imports
### One-line imports

By generating Photon.js into `node_modules/@generated`, you can import it into your code:

Expand Down

0 comments on commit 6a4c176

Please sign in to comment.