Skip to content

Commit

Permalink
upadte README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszWatroba committed Jan 7, 2015
1 parent 2694e69 commit 7458532
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 @@ -94,7 +94,7 @@ Watch the vAccordion component in action on the [demo page](http://lukaszwatroba

## API

To use API methods add `control` attribute, like so:
Use API methods to control accordion component:
```html
<v-accordion allow-multiple control="accordionControl">
<v-pane ng-repeat="pane in panes" expanded="$first">
Expand Down Expand Up @@ -138,7 +138,7 @@ $scope.accordionControl = {


## Config
You can override the default class names:
You can easily change the default class names:

```js
angular
Expand Down

0 comments on commit 7458532

Please sign in to comment.