diff --git a/README.md b/README.md index fc809f4..c9ded5b 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Set the resourcePath property of IntegralUI Web components to point to /integral ## QuickStart App -There is a demo application with source code that contains samples for each component included in the IntegralUI Web Lite library. It can help you to get started quickly with learning about the components and write tests immediatelly. +There is a demo application with source code that contains samples for each component included in the IntegralUI Web library. It can help you to get started quickly with learning about the components and write tests immediatelly. From [IntegralUI Web - QuickStart](https://github.com/lidorsystems/integralui-web-quickstart) you can download a demo app for Angular, AngularJS, React and Vanilla JavaScript. A detailed information about each of these quick-start demos is available in ReadMe file, located in the root folder of the demo app. diff --git a/package.json b/package.json index 89e37dc..a732220 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "license": "SEE LICENSE in LICENSE.md", "homepage": "https://github.com/lidorsystems/integralui-web", "bugs": { - "url": "https://github.com/lidorsystems/integralui-web-lite/issues" + "url": "https://github.com/lidorsystems/integralui-web/issues" } }