Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashamega committed Oct 26, 2024
1 parent 6f2a1fa commit 0b60452
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ We provide compiled CSS (`metro-bootstrap.css`) in the dist folder, as well as c

## Installation

You can install and use `metro-bootstrap` in your project using either a **Git clone** or a **CDN**.
You can install and use `metro-bootstrap` in your project using npm:

```bash
npm install @talkslab/metro-bootstrap
```

### Alternatively, you can also use either a **Git clone** or a **CDN**.

### 1. Using Git Clone

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@talkslab/metro-bootstrap",
"version": "3.3.0",
"version": "3.3.1",
"main": "./dist/css/metro-bootstrap.css",
"keywords": ["Bootstrap", "UI", "Metro"],
"author": "TalksLab",
Expand Down

0 comments on commit 0b60452

Please sign in to comment.