From 3f4917accd6879978e615573f7d77e754b61eb30 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Tue, 18 Aug 2015 14:45:21 +0200 Subject: [PATCH] Updated README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bae4a0c..7d075c8 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ This small tool abstract all the hassles and swearing you normally have to deal with when you just want to dump some data into the database. `pgfutter` will only help you to get the data into the database. After that -you should sanitize and normalize the data according to your desired -database schema. +SQL is a great language to sanitize and normalize the data according to your desired database schema. ## Install