Merge pull request #99 from mattaudesse/fix-readme-typos

Fix "wike" and "envoke" typos in README.md
This commit is contained in:
Chris Allen 2018-08-01 16:25:19 -05:00 committed by GitHub
commit c566ed94ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,7 @@ brew install postgresql
brew install libpq
```
Detailed instructions on the Postgres wike [here](https://wiki.postgresql.org/wiki/Detailed_installation_guides)
Detailed instructions on the Postgres wiki [here](https://wiki.postgresql.org/wiki/Detailed_installation_guides)
The connection details are located near the bottom of the [test/Test.hs](test/Test.hs) file:
@ -295,4 +295,4 @@ postgres=# \password esqutest
```
Now ```stack test --flag esqueleto:postgresql``` should envoke and pass all the Postgres tests.
Now ```stack test --flag esqueleto:postgresql``` should invoke and pass all the Postgres tests.