We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6274e1 commit f20e99dCopy full SHA for f20e99d
README.md
@@ -32,7 +32,7 @@ angular
32
```
33
34
## configure
35
-Use the `mdKeyboardProvider` to set your default ylaout or to add custom layouts:
+Use the `mdKeyboardProvider` to set your default layout or to add custom layouts:
36
```javascript
37
'use strict';
38
@@ -71,5 +71,5 @@ The `$mdKeyboardProvider` has the following methods:
71
72
## build
73
* 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```
+* get dependencies: `$ npm install && bower install`
+* build with gulp task: `$ gulp build`
0 commit comments