Skip to content

Commit 9d2124e

Browse files
author
Shea Bunge
committed
Updated readme
1 parent 5dde203 commit 9d2124e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ No, just copy all the content inside those tags.
6060
Yes. Just add it but do not activate it yet.
6161

6262
### How can I insert my snippet into the post text editor?
63-
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.
63+
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.
6464

6565
### What do I use to write my snippets?
6666
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:/
186186
* 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).
187187
* Code Snippets will automatically clean up its data when deleted through the WordPress dashboard.
188188

189-
You can also contribute to the code at [GitHub].
190-
191189
[support]: http://wordpress.org/support/plugin/code-snippets/
192190
[github]: https://github.com/bungeshea/code-snippets
193191
[homepage]: http://code-snippets.bungeshea.com

readme.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use a graphical interface, similar to the Plugins menu, to manage, activ
2222

2323
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.
2424

25-
Further information, documentation and updates are available on the [plugin homepage](http://code-snippets.bungeshea.com).
25+
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).
2626

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

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

6161
= How can I insert my snippet into the post text editor? =
62-
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.
62+
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.
6363

6464
= What do I use to write my snippets? =
6565
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
176176
* 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).
177177
* Code Snippets will automatically clean up its data when deleted through the WordPress dashboard.
178178

179-
You can also contribute to the code at [GitHub](https://github.com/bungeshea/code-snippets).
180-
181179
== Upgrade Notice ==
182180

183181
= 1.6 =

0 commit comments

Comments
 (0)