Skip to content

Commit 0b60452

Browse files
committed
-
1 parent 6f2a1fa commit 0b60452

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@ We provide compiled CSS (`metro-bootstrap.css`) in the dist folder, as well as c
3535

3636
## Installation
3737

38-
You can install and use `metro-bootstrap` in your project using either a **Git clone** or a **CDN**.
38+
You can install and use `metro-bootstrap` in your project using npm:
39+
40+
```bash
41+
npm install @talkslab/metro-bootstrap
42+
```
43+
44+
### Alternatively, you can also use either a **Git clone** or a **CDN**.
3945

4046
### 1. Using Git Clone
4147

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talkslab/metro-bootstrap",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"main": "./dist/css/metro-bootstrap.css",
55
"keywords": ["Bootstrap", "UI", "Metro"],
66
"author": "TalksLab",

0 commit comments

Comments
 (0)