Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Bunge committed Dec 29, 2012
1 parent 5dde203 commit 9d2124e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ No, just copy all the content inside those tags.
Yes. Just add it but do not activate it yet.

### How can I insert my snippet into the post text editor?
Snippets that you add to this plugin are not ment to be inserted into the text editor. Instead, they are run on your site just as if they were added to your functions.php file.
Snippets that you add to this plugin are not meant to be inserted into the text editor. Instead, they are run on your site just as if they were added to your functions.php file.

### What do I use to write my snippets?
The [CodeMirror](http://codemirror.net) source-code editor will add line numbers, syntax highlighting, bracket matching, search, tabulate and other cool features to the code editor.
Expand Down Expand Up @@ -186,8 +186,6 @@ Plugin updates will be posted on the [plugin's homepage][homepage] ([RSS](http:/
* Snippets are stored in the `wp_snippets` table in the WordPress database (the table name may differ depending on what your table prefix is set to).
* Code Snippets will automatically clean up its data when deleted through the WordPress dashboard.

You can also contribute to the code at [GitHub].

[support]: http://wordpress.org/support/plugin/code-snippets/
[github]: https://github.com/bungeshea/code-snippets
[homepage]: http://code-snippets.bungeshea.com
Expand Down
6 changes: 2 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can use a graphical interface, similar to the Plugins menu, to manage, activ

Although Code Snippets is designed to be easy-to-use and its interface looks, feels and acts as if it was a native part of WordPress, each screen includes a help tab, just in case you get stuck.

Further information, documentation and updates are available on the [plugin homepage](http://code-snippets.bungeshea.com).
Further information, documentation and updates are available on the [plugin homepage](http://code-snippets.bungeshea.com). You can also contribute to the code at [GitHub](https://github.com/bungeshea/code-snippets).

[As featured on the WPMU blog](http://wpmu.org/wordpress-code-snippets)

Expand Down Expand Up @@ -59,7 +59,7 @@ No, just copy all the content inside those tags.
Yes. Just add it but do not activate it yet.

= How can I insert my snippet into the post text editor? =
Snippets that you add to this plugin are not ment to be inserted into the text editor. Instead, they are run on your site just as if they were added to your functions.php file.
Snippets that you add to this plugin are not meant to be inserted into the text editor. Instead, they are run on your site just as if they were added to your functions.php file.

= What do I use to write my snippets? =
The [CodeMirror](http://codemirror.net) source-code editor will add line numbers, syntax highlighting, bracket matching, search, tabulate and other cool features to the code editor.
Expand Down Expand Up @@ -176,8 +176,6 @@ Plugin updates will be posted on the [plugin's homepage](http://code-snippets.bu
* Snippets are stored in the `wp_snippets` table in the WordPress database (the table name may differ depending on what your table prefix is set to).
* Code Snippets will automatically clean up its data when deleted through the WordPress dashboard.

You can also contribute to the code at [GitHub](https://github.com/bungeshea/code-snippets).

== Upgrade Notice ==

= 1.6 =
Expand Down

0 comments on commit 9d2124e

Please sign in to comment.