From 31e8ad659cd042f34b0b9a86547cbb0a534e63dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A9rez=20Terol?= Date: Wed, 7 May 2014 22:56:28 +0200 Subject: [PATCH] Added wikipedia.org link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26a85b0..e2f04ff 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A super **easy**, **small** and **extensible** NodeJS library for scraping the w ## Getting started -A quick example that as extract the "On this day" section in Wikipedia.org: +A quick example that as extract the "On this day" section in [wikipedia.org](http://www.wikipedia.org): ```js var scrap = require('scrapjs').Scrap;