Skip to content

Commit c28c188

Browse files
committed
Tidy up
1 parent 5609b96 commit c28c188

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Database-agnostic interface to generically persisted data.
77
Explanation of the above:
88
- Database-agnostic: the typeclass is called `MonadDb`, and you must specify how
99
an instance can communicate with your database. We provide an example for
10-
connecting to PostgreSQL in the [tutorial](tutorial/tutorial/main.hs).
10+
connecting to Postgres in the [runnable tutorial](tutorial/tutorial/main.hs).
1111
- Generically persisted data: you can derive the necessary instances in one line
1212
via `Generics`, to enable `MonadDb` to read/write instances of your data types
1313
to/from your database.
@@ -23,7 +23,7 @@ to your database without having to write the usual server boilerplate.
2323

2424
## Quick Start
2525

26-
The [tutorial as code](tutorial/tutorial/Main.hs) is the recommended way of
26+
The [runnable tutorial](tutorial/tutorial/Main.hs) is the recommended way of
2727
becoming familiar with `database-generic`.
2828

2929
To run the tutorial on your machine:

0 commit comments

Comments
 (0)