diff options
| author | 2014-08-25 19:08:25 -0400 | |
|---|---|---|
| committer | 2014-08-25 19:08:25 -0400 | |
| commit | aa7472057ae9b56e3f7216931cbb9e927e39a930 (patch) | |
| tree | 8f72c834ef156785ab0060f625c45663a7aa9d8d /README.md | |
| parent | Update README.md (diff) | |
| download | yuzu-aa7472057ae9b56e3f7216931cbb9e927e39a930.tar.gz yuzu-aa7472057ae9b56e3f7216931cbb9e927e39a930.tar.xz yuzu-aa7472057ae9b56e3f7216931cbb9e927e39a930.zip | |
Update README.md to correct OS X typo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2,7 +2,7 @@ citra emulator | |||
| 2 | ============== | 2 | ============== |
| 3 | [](https://travis-ci.org/citra-emu/citra) | 3 | [](https://travis-ci.org/citra-emu/citra) |
| 4 | 4 | ||
| 5 | An experimental open-source Nintendo 3DS emulator/debugger written in C++. Citra is written with portability in mind, with builds actively maintained for Windows, Linux and OSX. At this time, it only emulates a subset of 3DS hardware, and therefore is generally only useful for booting/debugging very simple homebrew demos. Citra is licensed under the GPLv2. Refer to the license.txt file included. Please read the [FAQ](https://github.com/citra-emu/citra/wiki/FAQ) before getting started with the project. | 5 | An experimental open-source Nintendo 3DS emulator/debugger written in C++. Citra is written with portability in mind, with builds actively maintained for Windows, Linux and OS X. At this time, it only emulates a subset of 3DS hardware, and therefore is generally only useful for booting/debugging very simple homebrew demos. Citra is licensed under the GPLv2. Refer to the license.txt file included. Please read the [FAQ](https://github.com/citra-emu/citra/wiki/FAQ) before getting started with the project. |
| 6 | 6 | ||
| 7 | For development discussion, please join us @ #citra on [freenode](http://webchat.freenode.net/). | 7 | For development discussion, please join us @ #citra on [freenode](http://webchat.freenode.net/). |
| 8 | 8 | ||
| @@ -14,4 +14,4 @@ If you want to contribute please take a took at the [Contributor's Guide](CONTRI | |||
| 14 | 14 | ||
| 15 | * __Windows__: [Windows Build](https://github.com/citra-emu/citra/wiki/Windows-Build) | 15 | * __Windows__: [Windows Build](https://github.com/citra-emu/citra/wiki/Windows-Build) |
| 16 | * __Linux__: [Linux Build](https://github.com/citra-emu/citra/wiki/Linux-Build) | 16 | * __Linux__: [Linux Build](https://github.com/citra-emu/citra/wiki/Linux-Build) |
| 17 | * __OSX__: [OSX Build](https://github.com/citra-emu/citra/wiki/OSX-Build) | 17 | * __OSX__: [OS X Build](https://github.com/citra-emu/citra/wiki/OS-X-Build) |