Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix title in README #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#The Zenipex Library (zenilib) 0.5.3.0
# The Zenipex Library (zenilib) 0.5.3.0

##Contents
## Contents

1. Introduction
2. License
3. Supported Platforms
4. Documentation


##1. Introduction
## 1. Introduction

The Zenipex Library (zenilib) is a game development framework, created with the goal of allowing someone with some knowledge of C++ to create 3D games for both Windows and Linux platforms (and hopefully others) quickly.

Expand All @@ -21,7 +21,7 @@ Since its initial release, ease of use has been a continual focus. Features hav
~[bazald](mailto:[email protected])


##2. License/Authors
## 2. License/Authors

The Zenipex Library is an open source project. For details please refer to the first comment in any given file and refer to the included copies of the GPL and LGPL.

Expand All @@ -35,7 +35,7 @@ In my opinion, the first option is easier, as it requires no effort post-release
If you have any questions about the GPL, feel free to shoot me an e-mail.


##3. Supported Platforms
## 3. Supported Platforms

This software is known to compile and run on:

Expand All @@ -62,5 +62,5 @@ It should be possible to build it on any platform supported by:
| TinyXML | 2.6.2 | zlib/libpng License |
| zlib | 1.2.5 | zlib/libpng License |

##4. Documentation
## 4. Documentation
Documentation is available in any format supported by Doxygen. You can build any format by modifying the ./Doxyfile file to access the correct directories on your system.