Browse Source

adding readme, change install

release/0.2
HerrHase 2 years ago
parent
commit
565df93561
2 changed files with 10 additions and 1 deletions
  1. +9
    -0
      README.md
  2. +1
    -1
      public/index.html

+ 9
- 0
README.md View File

@ -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
```

+ 1
- 1
public/index.html View File

@ -111,7 +111,7 @@
Installation
</h2>
<div class="content">
<code>npm install plain-ui --save</code>
<code>npm install @tentakelfabrik/plain-ui --save</code>
</div>
</div>
</div>


Loading…
Cancel
Save