Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing some readme typos.
  • Loading branch information
JLeuze committed Apr 21, 2012
1 parent 61c7db4 commit 67bcc84
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions readme.md
Expand Up @@ -6,24 +6,24 @@ Meteor Slides makes it simple to create slideshows and publish them with a short
Meteor Slides Homepage
---------------

[Visit this plugin's homepage](http://www.jleuze.com/plugins/meteor-slides/) for documentation, tutorials, and additional videos.
[Visit this plugin's homepage](http://www.jleuze.com/plugins/meteor-slides/) for documentation, tutorials, and video screencasts.

= Features =
Features
---------------

* *Easy integration:* Add the slideshow to your site using a template tag, shortcode, or widget.
* *Mobile Friendly:* Scales to fit any device, supports touch navigation for mobiles and tablets.
* *Multiple Slideshows:* Organize your slides into multiple slideshows.
* *Slideshow settings page:* Control the slide height and width, the number of slides, the slideshow speed and transition style, and the type of navigation.
* *Slideshow metadata:* Customize individual slideshows or configure more [jQuery Cycle options](http://jquery.malsup.com/cycle/options.html "jQuery Cycle Plugin") with the [MetaData jQuery Plugin](http://plugins.jquery.com/project/metadata "MetaData jQuery Plugin").
* *Slideshow transition styles:* blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, slideX, slideY, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom.
* *Slideshow navigation:* Optional previous/next and/or paged slide navigation.
* *Multiple languages:* Belarusian, Chinese, Czech, Danish, Dutch, English, French, German, Hebrew, Indonesian, Italian, Japanese, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Spanish, Swedish, Turkish.
* **Easy integration:** Add the slideshow to your site using a template tag, shortcode, or widget.
* **Mobile Friendly:** Scales to fit any device, supports touch navigation for mobiles and tablets.
* **Multiple Slideshows:** Organize your slides into multiple slideshows.
* **Slideshow settings page:** Control the slide height and width, the number of slides, the slideshow speed and transition style, and the type of navigation.
* **Slideshow metadata:** Customize individual slideshows or configure more [jQuery Cycle options](http://jquery.malsup.com/cycle/options.html) with the [MetaData jQuery Plugin](http://plugins.jquery.com/project/metadata).
* **Slideshow transition styles:** blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, slideX, slideY, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom.
* **Slideshow navigation:** Optional previous/next and/or paged slide navigation.
* **Multiple languages:** Belarusian, Chinese, Czech, Danish, Dutch, English, French, German, Hebrew, Indonesian, Italian, Japanese, Persian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Spanish, Swedish, Turkish.

Installation
==========================

1. Upload the *meteor-slides* folder to your */wp-content/plugins/* directory or go to Plugins -> Add New from your Dashboard in WordPress.
1. Upload the **meteor-slides** folder to your **/wp-content/plugins/** directory or go to Plugins -> Add New from your Dashboard in WordPress.
2. Activate the plugin through the Plugins menu in WordPress
3. Use the Settings link or go to Slides -> Settings to access the Meteor Slides settings.

Expand All @@ -35,7 +35,7 @@ _Before adding any slides, enter the slide height and width in the settings so t
Add Slideshow
---------------

Use ```php<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>``` to add this slideshow to your theme, use ```[meteor_slideshow]``` to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar.
Use ```<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>``` to add this slideshow to your theme, use ```[meteor_slideshow]``` to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar.

Meteor Slides Documentation
---------------
Expand Down

0 comments on commit 67bcc84

Please sign in to comment.