Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Apr 2, 2017
1 parent 951c8fb commit 2c9ece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ $ npm install @teppeis/kintone-plugin-packer
const validator = require('@teppeis/kintone-plugin-manifest-validator');

const result = validator(manifestJson);
console.log(result.valid); // true or fals
console.log(result.valid); // true or false
console.log(result.errors); // array of ajv error objects
```

Expand Down

0 comments on commit 2c9ece9

Please sign in to comment.