From 0346d05f3c6f81d241f0286ec92d8f6595362a06 Mon Sep 17 00:00:00 2001 From: Piotr Tomiak Date: Tue, 1 Oct 2019 10:22:14 +0200 Subject: [PATCH] Update README.MD Closes #11 --- README.MD | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 5597138..e84aeaf 100644 --- a/README.MD +++ b/README.MD @@ -10,7 +10,15 @@ of a web components library. It also provides extensions for a framework specifi # Distribution Library providers are welcome to include detailed web-types JSONs and link them through `web-types` -property in `package.json`. Currently following libraries are providing or working on providing this feature: +property in `package.json`. E.g.: +``` +{ + ... + "web-types": "./web-types.json" + ... +} +``` +Currently following libraries are providing or working on providing this feature: * Vue.js * vuetify (https://github.com/vuetifyjs/vuetify/pull/7906) * quasar (https://github.com/quasarframework/quasar/pull/4749)