We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074d5dd commit bb919beCopy full SHA for bb919be
1 file changed
README.md
@@ -43,9 +43,9 @@ AngularJS module for [ademilter's bricklayer](https://github.com/ademilter/brick
43
```
44
45
3. Add **`jtt_bricklayer`** to your application's module dependencies, like this:
46
-```javascript
47
-angular.module('app', ['jtt_bricklayer']);
48
-```
+ ```javascript
+ angular.module('app', ['jtt_bricklayer']);
+ ```
49
50
## Usage
51
0 commit comments