A little more style
This commit is contained in:
parent
5626e45354
commit
5c73fa3e9b
21
README.md
21
README.md
|
@ -9,6 +9,7 @@
|
||||||
<td width="222px"><a href="https://github.com/ClxS/SMAPI/wiki">Wiki</a></td>
|
<td width="222px"><a href="https://github.com/ClxS/SMAPI/wiki">Wiki</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</br>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" width="888px"><b>ABOUT</b></td>
|
<td align="center" width="888px"><b>ABOUT</b></td>
|
||||||
|
@ -43,6 +44,16 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center" width="888px"><b>MOD DEVELOPERS</b></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
Mod developers would work off the release branch. The master branch will contain mid-version updates which could make your mods incompatable with both the current release and the upcoming releases. You should also take a look at the <a href="https://github.com/ClxS/SMAPI/wiki">Wiki</a> for some quick modding tutorials.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" width="888px"><b>FUTURE PLANS</b></td>
|
<td align="center" width="888px"><b>FUTURE PLANS</b></td>
|
||||||
|
@ -57,15 +68,5 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td align="center" width="888px"><b>MOD DEVELOPERS</b></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
Mod developers would work off the release branch. The master branch will contain mid-version updates which could make your mods incompatable with both the current release and the upcoming releases. You should also take a look at the <a href="https://github.com/ClxS/SMAPI/wiki">Wiki</a> for some quick modding tutorials.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue