Skip to content

Commit

Permalink
Change language type for code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
HackAfro authored Jan 19, 2018
1 parent 3585242 commit 5b62358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Example

Import each spinners' module into your module file and use the spinner component anywhere.

``` angular
```angular
import {AtomSpinnerModule} from 'angular-epic-spinners'
@NgModule({
Expand All @@ -35,7 +35,7 @@ Import each spinners' module into your module file and use the spinner component
## Components list
You can easily configure spinners' size, color and animation speed

``` angular
```angular
<app-flower-spinner
[animationDuration]="2500"
[size]="70"
Expand Down

0 comments on commit 5b62358

Please sign in to comment.