diff --git a/README.md b/README.md index 1516121a..9c5849bb 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/readme.txt b/readme.txt index 747b6231..9b88e938 100644 --- a/readme.txt +++ b/readme.txt @@ -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) @@ -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. @@ -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 =