Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Mar 15, 2011
1 parent 1ae2aa1 commit 0c1fbc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Expand Up @@ -252,9 +252,9 @@ You can also access methods of the instance directly, for example the `append()`
jCarousel specific events
-------------------------

After initialization, jCarousel triggers specific events on the root element and the items of the carousel:
After initialization, jCarousel triggers specific events on the root element and the items of the carousel.

### Available element events are:
### Available root element events are:

<table>
<tr>
Expand Down Expand Up @@ -403,9 +403,9 @@ $('#mycarousel li').bind('jcarouselitemvisibleout', function() {
jCarousel specific selectors
----------------------------

After initialization, you can use jCarousel specific selectors on the root element and on the items of the carousel:
After initialization, you can use jCarousel specific selectors on the root element and on the items of the carousel.

### Available element selectors are:
### Available root element selectors are:

<table>
<tr>
Expand Down

0 comments on commit 0c1fbc3

Please sign in to comment.