Skip to content

Commit 074d5dd

Browse files
committed
docs: improved readme
1 parent 7fd106c commit 074d5dd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ AngularJS module for [ademilter's bricklayer](https://github.com/ademilter/brick
4242
<script src="YOUR_PATH/angular-bricklayer.min.js"></script>
4343
```
4444

45-
3. Add **`jtt_bricklayer`** to your application's module dependencies, like this:<br>`angular.module('app', ['jtt_bricklayer']);`
45+
3. Add **`jtt_bricklayer`** to your application's module dependencies, like this:
46+
```javascript
47+
angular.module('app', ['jtt_bricklayer']);
48+
```
4649

4750
## Usage
4851

0 commit comments

Comments
 (0)