aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2018-12-04 07:17:40 -0800
committerGitHub <noreply@github.com>2018-12-04 07:17:40 -0800
commit15efeab262328d15bb6d05dce6037bf92c93f2d4 (patch)
tree04081a283377623e7a3e7ccf1cabe89a5bc5db4a /README.md
parent74c413ef7594b13976853465ac3d3abaec57d43b (diff)
downloadoboe-15efeab262328d15bb6d05dce6037bf92c93f2d4.tar.gz
add (FAQ)
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c1c3709..cd67f54c 100755
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ To build Oboe you will need the Android NDK r17 or above. It can be installed us
- [Getting Started Guide](docs/GettingStarted.md)
- [Full Guide to Oboe](docs/FullGuide.md)
- [API reference](https://google.github.io/oboe/reference)
-- [Audio features/bugs for Android versions](docs/AndroidAudioHistory.md)
-- [Frequently Asked Questions](docs/FAQ.md)
+- [History of Audio features/bugs by Android version](docs/AndroidAudioHistory.md)
+- [Frequently Asked Questions](docs/FAQ.md) (FAQ)
## Sample code
Sample apps can be found in the [samples directory](samples). Also check out the [Rhythm Game codelab](https://codelabs.developers.google.com/codelabs/musicalgame-using-oboe/index.html#0).