From 98329846d2f604182acba4f797c2d1ca23a7398c Mon Sep 17 00:00:00 2001 From: bouzuya Date: Mon, 22 Oct 2018 10:27:35 +0900 Subject: [PATCH] fix links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b4abfe..a6d5d25 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ purescript-postgresql-client is a PostgreSQL client library for PureScript. ## Install -To use this library, you need to add `pg` and `decimal.js` as an npm dependency. You can also -find first of them on [https://github.com/brianc/node-postgres][pg]. +To use this library, you need to add [`pg`][pg] and [`decimal.js`][decimal.js] as an npm dependency. You can also +find first of them on [https://github.com/brianc/node-postgres](https://github.com/brianc/node-postgres). ## Usage @@ -138,5 +138,5 @@ The purspgpp preprocessor has been replaced by [sqltopurs], which is a code generator instead of a preprocessor, and easier to use. [sqltopurs]: https://github.com/rightfold/sqltopurs - - +[pg]: https://www.npmjs.com/package/pg +[decimal.js]: https://www.npmjs.com/package/decimal.js