Skip to content

Commit 6a39d83

Browse files
committed
docs: add syntax highlight for README.md
1 parent 38b0904 commit 6a39d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or, you can download 'angular-zeroclipboard.js' form 'src' manualy
1414

1515
#### sample
1616

17-
```
17+
```js
1818
angular.module('demo', ['angular.zeroclipboard']).
1919
config(['uiZeroclipConfigProvider', function(uiZeroclipConfigProvider) {
2020

@@ -40,7 +40,7 @@ The params is an object. and just same as [ZeroClipboard official config](https:
4040

4141
* `uiZeroclipConfigProvider.setOptions()` Config this directive Config
4242

43-
```
43+
```js
4444
{
4545
// set the button class
4646
buttonClass: '',

0 commit comments

Comments
 (0)