Skip to content

Commit cdc44f6

Browse files
committed
fix: readme
1 parent d6a044f commit cdc44f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Angular select for [material-design-lite](https://github.com/google/material-design-lite)
33

44
## Live example
5-
6-
![Live example](https://raw.githubusercontent.com/CreativeIT/material-angular-select/master/src/assets/life_example.gif)
5+
<a target="_blank" href="https://creativeit.github.io/material-angular-select/"><img src="https://raw.githubusercontent.com/CreativeIT/material-angular-select/master/src/assets/life_example.gif" alt="Live example"> </a>
76

87
### JS version
98
Here you can find JS based version: [getmdl-select](https://github.com/CreativeIT/getmdl-select)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"e2e": "ng e2e",
1111
"build-select": "ng build material-angular-select && cp ./README.md ./dist/material-angular-select",
1212
"npm-pack": "cd dist/material-angular-select && npm pack",
13-
"package": "npm run build-select && npm run npm-pack"
13+
"package": "npm run build-select && npm run npm-pack",
14+
"gh-pages": "ng build --prod ng-material-angular-select && npx angular-cli-ghpages --dir=dist/ng-material-angular-select"
1415
},
1516
"private": true,
1617
"dependencies": {

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<base href="/">
77

88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<link rel="icon" type="image/x-icon" href="./favicon.ico">
9+
<link rel="icon" type="image/x-icon" href="favicon.ico">
1010
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
1212
<script async defer src="https://buttons.github.io/buttons.js"></script>

0 commit comments

Comments
 (0)