Skip to content

Commit

Permalink
Typo fixes close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
leeroybrun committed Mar 14, 2014
1 parent 48981e2 commit b45d9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -56,7 +56,7 @@ utorrent.call('list', function(err, torrents_list) {

```javascript
var request = require('request');
var Client = require('../lib/utorrent');
var Client = require('utorrent-api');
var fs = require('fs');

var utorrent = new Client('localhost', '22222');
Expand All @@ -75,7 +75,7 @@ request({'uri' : 'http://releases.ubuntu.com/13.04/ubuntu-13.04-desktop-i386.iso
### Get torrent details

```javascript
var Client = require('../lib/utorrent');
var Client = require('utorrent-api');
var fs = require('fs');

var utorrent = new Client('localhost', '22222');
Expand Down

0 comments on commit b45d9e6

Please sign in to comment.