Fix "wike" and "envoke" typos in README.md

Opinions seem to differ regarding whether "envoke" is incorrect or just
unusual in modern English (but please educate me if neither is the case):

https://correct-spelling.com/envoke-or-invoke/
https://en.wiktionary.org/wiki/envoke

Thanks for `Esqueleto`!
This commit is contained in:
Matt Audesse 2018-08-01 16:53:16 -04:00
parent d2fdaaff36
commit 54bc6d8f23
No known key found for this signature in database
GPG Key ID: 86E20EE655531286

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.