Skip to content

Commit

Permalink
Minor edit to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
framingeinstein committed Dec 4, 2012
1 parent 34b3f73 commit 601e14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit 601e14c

Please sign in to comment.