Skip to content

Commit

Permalink
Fixed up README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgorbatchev committed Oct 12, 2011
1 parent 4a0e2ac commit 4a30752
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
@@ -1,4 +1,4 @@
### About
## About

TextExt is a plugin for jQuery which is designed to provide functioanlity such
as tag input and autocomplete.
Expand All @@ -7,16 +7,16 @@ The core design principle behind TextExt is modularity and extensibility. Each
piece of functionality is separated from the main core and can act individually
and together with other plugins.

The benifits of this approach is that not only you can easily configure an input
to provide just the functionality that you need, but that all other code that
you aren't using doesn't need to be loaded at all.
Modular design allows you easily turn a standard HTML text input into a wide range
of modern, taylored to your needs data inputs without bloating your source code and
slowing down your site with the code that you aren't using.

A wide number of plugins are available including Tags, Autocomplete, Filter, Ajax
as well as a few which are purely asthetical like Focus.

Please refer to the [manual] for the full API documentation and examples.

### Example
## Example

<textarea id="textarea" rows="1"></textarea>

Expand All @@ -33,15 +33,15 @@ Please refer to the [manual] for the full API documentation and examples.
});
</script>

### How To Use
## How To Use

The steps to using TextExt are as follows:

1. Specify which plugins you need via the `plugins` option
2. Configure each plugin individually if necessary
3. Enjoy!

### License
## License

The TextExt component is released under the open source commercial license. This
means that while the source is open to anyone for viewing and modification, you
Expand All @@ -50,6 +50,6 @@ have to [purchase] a commercial license if you intend to use TextExt.
All source contributions automatically become part of the TextExt source if
accepted and the original author shall give up any further claim.

[manual]: /manual/index.html
[purchase]: /purchase.html
[manual]: http://textextjs.com/manual/index.html
[purchase]: http://textextjs.com/purchase.html

0 comments on commit 4a30752

Please sign in to comment.