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

Commit

Permalink
docs: fix usage of d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Mar 26, 2018
1 parent 772a15d commit 25c1241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
```
Expand Down

0 comments on commit 25c1241

Please sign in to comment.