David N. Welton 10 years ago
parent
commit
31504d0176
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ provide a common fork for community development.
 If you want to get up to speed quickly with code that lets you run
 Postgres queries, you might consider trying
 [epgsql/pgapp](https://github.com/epgsql/pgapp), which adds the
-following, on top of the epgsql driver::
+following, on top of the epgsql driver:
 
 - A 'resource pool' (currently poolboy), which lets you decide how
   many Postgres workers you want to utilize.