From e5990f09e2634b3121d9eb1a1c7592a699fb08cc Mon Sep 17 00:00:00 2001 From: Rafaell Lycan Date: Tue, 10 Feb 2015 13:11:41 -0200 Subject: [PATCH] Update README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 172997f..b34c2ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sabesp Mananciais API -A simple scraping application to vizualize data about water in São Paulo. +A simple scraping application to visualize data about water in São Paulo. [![Build Status](https://travis-ci.org/rafaell-lycan/sabesp-mananciais-api.svg?branch=master)](https://travis-ci.org/rafaell-lycan/sabesp-mananciais-api) [![node](https://img.shields.io/badge/node-0.10.x-brightgreen.svg)]() @@ -26,4 +26,4 @@ Get data of today | GET | `/` | NULL Get data of a specific day | GET | `/:date` | YYYY-MM-DD #### OBS: -Isn't possible get data before January 1th, 2003. \ No newline at end of file +It isn't possible get data before January 1th, 2003.