Fixed from README.txt to .md

README.txt is outdated, the wizard now makes a README.md file.
This commit is contained in:
KingInTheNorth 2014-08-31 12:00:59 -05:00
parent 86134b32e0
commit 3e631f350c

View File

@ -53,9 +53,9 @@ It's that simple! Well, that part of making the minimal plugin is that simple.
You should now have a directory with a few files in it, so let's take a look at You should now have a directory with a few files in it, so let's take a look at
each of those files and see what they're used for. each of those files and see what they're used for.
README.txt README.md
========== ==========
In :file:`README.txt` you put exactly what the boilerplate text says to put in Open the file with notepad just as if it was a .txt file. In `README.md` you put exactly what the boilerplate text says to put in
there: there:
Insert a description of your plugin here, with any notes, etc. about Insert a description of your plugin here, with any notes, etc. about
@ -68,7 +68,7 @@ describe individual commands or anything like that, as those are defined within
the plugin code itself as you'll see later. You also don't need to acknowledge the plugin code itself as you'll see later. You also don't need to acknowledge
any of the developers of the plugin as those too are handled elsewhere. any of the developers of the plugin as those too are handled elsewhere.
For our Random plugin, let's make :file:`README.txt` say this: For our Random plugin, let's make :file:`README.md` say this:
This plugin contains commands relating to random numbers, and This plugin contains commands relating to random numbers, and
includes: a simple random number generator, the ability to pick a includes: a simple random number generator, the ability to pick a