From 0422627c1381b5cc6057dd6731aa1f977999192d Mon Sep 17 00:00:00 2001 From: Teppei SATO Date: Mon, 3 Apr 2017 02:06:29 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4a77cd..30f3a6f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ $ npm install @teppeis/kintone-plugin-packer ```js const validator = require('@teppeis/kintone-plugin-manifest-validator'); +const manifestJson = require('path/to/your/manifest.json'); const result = validator(manifestJson); console.log(result.valid); // true or false console.log(result.errors); // array of ajv error objects