From a158c31e925d584891fa6b56eaf4b3694d972723 Mon Sep 17 00:00:00 2001 From: The Wizard Bear <42446683+TheWizardBear@users.noreply.github.com> Date: Sat, 25 Jul 2020 19:29:21 +0100 Subject: [PATCH] added mention of versioned importing in README.md to DEV.md --- DEV.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEV.md b/DEV.md index 1aaff9d..99dcf72 100644 --- a/DEV.md +++ b/DEV.md @@ -14,6 +14,7 @@ Files which include the module version number: * `egg.json` * Example code in the `examples` folder * `createWidget.js` +* Example code in README.md ### Make sure any new folders and files are included in `egg.json`