Skip to content

Commit d7cbed7

Browse files
committed
docs: update README and version in package.json
1 parent 8313e48 commit d7cbed7

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Material Angular Dashboard
22

3-
Welcome to the first dark dashboard on Material Design Lite and Angular!
3+
Welcome to the first dark dashboard with Google Material Design and Angular!
44

55
![dashboard-avatar](https://trello-attachments.s3.amazonaws.com/55f8466d8f95075bca20dd66/5bf421455ab0f05102cadac9/eee32e50e9fc278b715442a3fc6f65aa/Readme.png)
66

7-
Its much more fun with the [demo](http://creativeit.github.io/material-dashboard-lite/index.html).
7+
Its much more fun with the [demo](http://material-angular-dashboard.creativeit.io).
88

9-
Material admin template is absolutely free for commercial usage theme, that uses google's implementation of material design — [Material Design Lite](http://www.getmdl.io) library.
9+
Material admin template is absolutely free for commercial usage theme, based on Google Material Design guidelines.
1010

1111
> **Important**: We are still working on the project and there will be much more awesome, check out our [issues](https://github.com/CreativeIT/material-angular-dashboard/issues) to see what features are coming soon.
1212
@@ -20,13 +20,13 @@ The steps below will take you through cloning your own fork, installing dependen
2020
git clone https://github.com/CreativeIT/material-angular-dashboard.git
2121
```
2222

23-
2. Open your copied repo folder in terminal and install necessary modules with command:
23+
2. Open your copied repo folder in terminal and install necessary modules with command, make sure that you have installed [yarn](https://yarnpkg.com/en/docs/install):
2424

2525
```bash
2626
yarn install
2727
```
2828

29-
3. _(optional)_ Install [angular-cli](https://cli.angular.io/) globally to use its commands in the terminal:
29+
3. Install [angular-cli](https://cli.angular.io/) globally to use its commands in the terminal:
3030

3131
```bash
3232
yarn global add @angular/cli
@@ -40,11 +40,11 @@ Run `yarn run build` or `ng build` to build the project. The build artifacts wil
4040

4141
# FEATURES
4242

43-
* [Material Design](http://www.google.com/design/spec/material-design/introduction.html) via [Material Design Lite](http://getmdl.io)
43+
* Angular
4444

45-
* TypeScript
45+
* [Material Design](http://www.google.com/design/spec/material-design/introduction.html)
4646

47-
* Angular
47+
* TypeScript
4848

4949
* Responsive dark material design. DARK, Carl!
5050

@@ -60,21 +60,21 @@ Run `yarn run build` or `ng build` to build the project. The build artifacts wil
6060

6161
Since the project uses [BEM](http://getbem.com) structure with sass, it can be customized in an easy way by editing `src/theme/scss/_variables.scss` file.
6262

63-
Google hasn't implemented select element yet ([see why here](http://37.media.tumblr.com/6a9fcffde2da977266b0ea99b15d5803/tumblr_n42cjjsriB1smcbm7o1_400.gif)), that is why the project depends on [getmdl-select plugin](https://github.com/CreativeIT/getmdl-select). Also project uses [d3](https://d3js.org/) and [nvd3](http://nvd3.org/) to build charts and chart components.
63+
Project uses [d3](https://d3js.org/) and [nvd3](http://nvd3.org/) to build charts and chart components.
6464

6565
# Hire us
6666

67-
We are ready to bring value to your business. Visit our site [creativeit.io](http://creativeit.io/) or drop us a line <hello@creativeit.io>. We will be happy to help you!
67+
We are ready to become a strong development partner and bring competitive advantage to your business. Visit our site [creativeit.io](http://creativeit.io/) or drop us a line <hello@creativeit.io>. We will be happy to help you!
6868

6969
# Credits
7070

71-
UI components built with [Material Design Lite](http://www.getmdl.io).
71+
Material Angular Dashboard was inspired by [html5 material dashboard](https://github.com/CreativeIT/material-dashboard-lite)
7272

7373
Designed with passion and coffee by CreativeIT.
7474

7575
# Support the project
7676

77-
* Star the repo
77+
* Star the repo :star:
7878

7979
* Create an issue report or feature request
8080

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"name": "material-angular-dashboard",
3-
"version": "0.0.0",
4-
"description": "Free dashboard template with Material Design Lite and Angular",
3+
"version": "1.0.0",
4+
"description": "Free material angular dashboard template with Google Material Design",
55
"keywords": [
66
"dashboard",
7+
"angular",
78
"admin template",
8-
"mdl",
9-
"getmdl",
10-
"Material Design",
11-
"Material Design Lite",
9+
"Material Design",
1210
"Dark",
13-
"dark material design",
14-
"angular",
11+
"google material design",
1512
"ng"
1613
],
1714
"license": "MIT",

0 commit comments

Comments
 (0)