=== Simple Post Word Count ===
Contributors: Ryan Lineker
Tags: word, count
Requires at least: 2.0.2
Tested up to: 3.0

A simple plugin to show the number of words in a post.

== Description ==

This plugin allows you to quickly and simply display the number of words in any of the post on your WordPress website by simply adding a template tag into you theme.

== Installation ==

To install the plugin simply follow the instructions below:

1. Upload 'wordcount.php' to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place the template tag <?php wordcount(); ?> into your theme

== Changelog ==

= 1.0 =
* Plugin released.