From 565df935617b95edbd44b35ba5fa5f96b17ed0d9 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Thu, 5 Aug 2021 09:29:13 +0200 Subject: [PATCH] adding readme, change install --- README.md | 9 +++++++++ public/index.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b87cc62 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Plain UI - Lightweight CSS UI Framework for Building Apps and Websites + +[Documentation](https://plain-ui-com) + +## Install + +``` +npm install @tentakelfabrik/plain-ui --save +``` \ No newline at end of file diff --git a/public/index.html b/public/index.html index 590f1ab..108c5a8 100644 --- a/public/index.html +++ b/public/index.html @@ -111,7 +111,7 @@ Installation
-npm install plain-ui --save +npm install @tentakelfabrik/plain-ui --save