diff options
| author | realtradam <[email protected]> | 2021-07-09 02:32:57 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-07-09 02:32:57 -0400 |
| commit | 21dfe450f842abe1869c06bcd2773dbdaaf10570 (patch) | |
| tree | b78bbccada0577ac47bb6a087de44f0e7dbdd187 /README.mdown | |
| parent | e0600b54ebc0d235542d694df048f4ba384a14d9 (diff) | |
| download | FelECS-21dfe450f842abe1869c06bcd2773dbdaaf10570.tar.gz FelECS-21dfe450f842abe1869c06bcd2773dbdaaf10570.zip | |
updated readme links
Diffstat (limited to 'README.mdown')
| -rw-r--r-- | README.mdown | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.mdown b/README.mdown index fa0fec6..3149178 100644 --- a/README.mdown +++ b/README.mdown @@ -7,6 +7,9 @@ [](https://github.com/realtradam/FelFlame/blob/master/LICENSE) [](https://ko-fi.com/tradam) +**[Check out the comprehensive documentation here!](https://felflame.tradam.fyi/)** + +--- <!-- vim-markdown-toc GFM --> @@ -395,7 +398,7 @@ FelFlame::Stage.call ## Closing Notes -There are some methods I haven't gone over in the overview. If you want to see everything and read in more detail check out the [Documentation](https://rubydoc.info/github/realtradam/FelFlame/master/frames)! +There are some methods I haven't gone over in the overview. If you want to see everything and read in more detail check out the [Documentation](https://felflame.tradam.fyi)! # Contribution Contributors are welcome! I am always looking to impove the capabilities of game development in Ruby. Feel free to open an issue to discuss a proposed changed or fix. To code a change or fix first fork the project. Next write your changes or fixes. Make sure all your changes and fixes are properly documented using Yard(I will not merge if it is not 100% documented) and make sure everything has tests written for it with Rspec(I will also not merge if it does not have 100% test coverage). Once you have your changes made then simply make a pull request. |
