Skip to content

Commit 8556453

Browse files
committed
fix(lib): updated the README.md file
1 parent 766e073 commit 8556453

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
src="https://cdn.jsdelivr.net/gh/angular-material-extensions/fab-menu@master/assets/angular-material-extensions-logo.svg">
55
</p>
66

7-
# @angular-material-extensions/fab-menu - Angular Material component that allow users to select a country or nationality with an autocomplete feature - Angular V8 supported incl. schematics
7+
# @angular-material-extensions/fab-menu - Angular Material component that allow users to select a country or nationality with an autocomplete feature - Angular V9 supported incl. schematics
88

99
[![npm version](https://badge.fury.io/js/%40angular-material-extensions%2Ffab-menu.svg)](https://badge.fury.io/js/%40angular-material-extensions%2Ffab-menu)
1010
[![npm demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://angular-material-extensions.github.io/fab-menu)
@@ -269,6 +269,8 @@ fabCountries: MatFabMenu[] = [
269269

270270
Build the library
271271

272+
after installing the dependencies with `npm i`
273+
272274
```bash
273275
$ npm run build:lib
274276
```

projects/angular-material-extensions/fab-menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4242
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4343
"release:major": "../../../node_modules/.bin/release-it --major --ci",
44-
"release:version": "../../../node_modules/.bin/release-it 1.0.0 --ci",
44+
"release:version": "../../../node_modules/.bin/release-it 2.0.0 --ci",
4545
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/fab-menu",
4646
"test": "../../../node_modules/.bin/jest --coverage",
4747
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"

0 commit comments

Comments
 (0)