From 50b7c0a4353b1e9d843eabca7487c5690b517f47 Mon Sep 17 00:00:00 2001 From: tminglei Date: Sun, 3 Nov 2013 12:53:04 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9efa074..61c23428 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,8 @@ Configurable type/mappers ------------------------- Since v0.2.0, `slick-pg` started to support configurable type/mappers. -Some related technical details are as below: -``` -All pg type oper/functions related codes and some core type mapper logics were extracted to a new sub project "slick-pg_core", and the oper/functions and type/mappers binding related codes were retained in the main project "slick-pg". -``` +Here's the related technical details: +> All pg type oper/functions related codes and some core type mapper logics were extracted to a new sub project "slick-pg_core", and the oper/functions and type/mappers binding related codes were retained in the main project "slick-pg". **So, if you need bind different scala type/mappers to a pg type oper/functions, you can do it as "slick-pg" currently did.**