update readmes
This commit is contained in:
parent
e60370e59d
commit
98b2ea77da
3 changed files with 13 additions and 13 deletions
10
README
10
README
|
@ -1,7 +1,7 @@
|
|||
PGS
|
||||
-------
|
||||
A library for structuring save files from the Birdiesoft classic game Pokémon Simulator.
|
||||
Good Ol' Readme
|
||||
-------------------
|
||||
A program for automatically converting my plain-text README files (which are easy to write and low on formatting) to more annoying-to-write files aka Markdown and HTML.
|
||||
|
||||
All of the information in this has been reverse engineered. It only handles version 2 of the PGS (PokeGameSave) format and will panic if it tries to do version 1 or any other file.
|
||||
It's easier to use one file and goodolreadme over writing all three files myself.
|
||||
|
||||
This library doesn’t try to do any verification of your data, so you should look at the doumentation of this library to see what the valid details should be.
|
||||
This README was automatically converted with Good Ol' Readme!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<h2>PGS</h2>
|
||||
<p>A library for structuring save files from the Birdiesoft classic game Pokémon Simulator.
|
||||
<h2>Good Ol' Readme</h2>
|
||||
<p>A program for automatically converting my plain-text README files (which are easy to write and low on formatting) to more annoying-to-write files aka Markdown and HTML.
|
||||
</p>
|
||||
<p>All of the information in this has been reverse engineered. It only handles version 2 of the PGS (PokeGameSave) format and will panic if it tries to do version 1 or any other file.
|
||||
<p>It's easier to use one file and goodolreadme over writing all three files myself.
|
||||
</p>
|
||||
<p>This library doesn’t try to do any verification of your data, so you should look at the doumentation of this library to see what the valid details should be.
|
||||
<p>This README was automatically converted with Good Ol' Readme!
|
||||
</p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
## PGS
|
||||
A library for structuring save files from the Birdiesoft classic game Pokémon Simulator.
|
||||
## Good Ol' Readme
|
||||
A program for automatically converting my plain-text README files (which are easy to write and low on formatting) to more annoying-to-write files aka Markdown and HTML.
|
||||
|
||||
All of the information in this has been reverse engineered. It only handles version 2 of the PGS (PokeGameSave) format and will panic if it tries to do version 1 or any other file.
|
||||
It's easier to use one file and goodolreadme over writing all three files myself.
|
||||
|
||||
This library doesn’t try to do any verification of your data, so you should look at the doumentation of this library to see what the valid details should be.
|
||||
This README was automatically converted with Good Ol' Readme!
|
||||
|
||||
|
|
Reference in a new issue