diff --git a/README.md b/README.md index 880196f..f77732a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ console.log(result.errors); // array of ajv error objects ## `manifest-json.d.ts` ```js -import {KintonePluginManifestJson} from '@teppeis/kintone-plugin-manifest-validator/manifest-json'; +import {KintonePluginManifestJson} from '@teppeis/kintone-plugin-manifest-validator/manifest-schema'; let manifest: KintonePluginManifestJson; ```