peol / node-spotify

A very simple node.js library for the Spotify REST API
42 stars 17 forks source link

Require the right package in README #5

Closed raine closed 11 years ago

raine commented 11 years ago
var spotify = require('node-spotify');

should require spotify instead, I believe.