facebookarchive / DEPRECATED-node-wit

Node wrapper for Wit.ai
Other
122 stars 26 forks source link

package.json not in the correct format on the README #1

Closed jakejscott closed 9 years ago

jakejscott commented 9 years ago
{
    "dependencies" : {
        "node-wit" : "1.0.0"
    }
}
Glavin001 commented 9 years ago

They should not even have that in the README. It should be:

To install node-wit run:

npm install --save node-wit
tielur commented 9 years ago

@Glavin001 :+1:

Glavin001 commented 9 years ago

I submitted a PR with the appropriate change to README.