From 601e14c2fd065913ae69c0a1a381d7e70cf5d375 Mon Sep 17 00:00:00 2001 From: Jason Morgan <jason@framingeinstein.com> Date: Mon, 3 Dec 2012 22:19:54 -0500 Subject: [PATCH] Minor edit to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4afd40e..81e4fb3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ For more information on the API request and responses visit the [Alchemy API doc Installation ------------ -You can install this through npm: npm install alchemy-api +You can install this through npm: npm install alchemy-api</br> You can also install via git by cloning: `git clone https://github.com/framingeinstein/node-alchemy.git /path/to/alchemy-api` Usage @@ -32,7 +32,7 @@ AlchemyAPI Features Named Entity Extraction ----------------------- - var AlchemyAPI = require('alchemy-api'); + var AlchemyAPI = require('alchemy-api'); var alchemy = new AlchemyAPI('<YOUR API KEY>'); alchemy.entities('<URL|HTML|TEXT>', {}, function(err, response) { if (err) throw err;