mirror of
				https://github.com/Mikaela/Limnoria-doc.git
				synced 2025-11-03 18:47:29 +01:00 
			
		
		
		
	Merge pull request #29 from KingInTheNorth/patch-1
Fixed from README.txt to .md
This commit is contained in:
		
						commit
						5b5be7ea11
					
				@ -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
 | 
			
		||||
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:
 | 
			
		||||
 | 
			
		||||
    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
 | 
			
		||||
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
 | 
			
		||||
    includes: a simple random number generator, the ability to pick a
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user