Skip to content

Commit f20e99d

Browse files
committed
Update README.md
1 parent e6274e1 commit f20e99d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ angular
3232
```
3333

3434
## configure
35-
Use the `mdKeyboardProvider` to set your default ylaout or to add custom layouts:
35+
Use the `mdKeyboardProvider` to set your default layout or to add custom layouts:
3636
```javascript
3737
'use strict';
3838

@@ -71,5 +71,5 @@ The `$mdKeyboardProvider` has the following methods:
7171

7272
## build
7373
* install node.js (I recomend to use [nvm](https://github.com/creationix/nvm))
74-
* get dependencies: ```npm install && bower install```
75-
* build with gulp task: ```gulp build```
74+
* get dependencies: `$ npm install && bower install`
75+
* build with gulp task: `$ gulp build`

0 commit comments

Comments
 (0)