Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Moittié committed Aug 16, 2022
1 parent eb17b07 commit 1de5d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ export default {

## Write your metadata

To make your plugin work we need to have an array of [ComponentDefinitions](https://github.com/ditrit/leto-modelizer-plugin-core/blob/main/src/models/ComponentDefinition.js).
To make your plugin work we need to have an array of [ComponentDefinitions](https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.2.0/src/models/ComponentDefinition.js).

The [DefaultMetadata](https://github.com/ditrit/leto-modelizer-plugin-core/blob/main/src/metadata/DefaultMetadata.js) provides two methods:
The [DefaultMetadata](https://github.com/ditrit/leto-modelizer-plugin-core/blob/0.2.0/src/metadata/DefaultMetadata.js) provides two methods:
* `validate` to validate the metadata
* `getComponentDefinitions` to get all ComponentDefinitions from your provided metadata

Expand Down

0 comments on commit 1de5d2b

Please sign in to comment.