diff --git a/ReadMe.md b/ReadMe.md index 3b70ffc..2ec7a90 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -18,3 +18,5 @@ We have introduced new folders for separate versions the folder structure apart - If a minimum version required to run the chart is 10.5 the path to chart code is `src/v10_5/` - We would need to update `sourceFolders` array in `vite.config.ts` for deployment. - The generated urls will look like http://localhost:3002/v10_5/custom-bar-chart/ for TS version 10.5 where custom-bar-chart is the folder where custom bar chart code is present. + +Note: Notice that we did not repeat the name of custom-bar-chart folder as it can cause conflicts while build how we have defined the current vite config so it is advised to use different folder names like the one we have used above.