summaryrefslogtreecommitdiff
path: root/docs/source/FlatBuffers.md
diff options
context:
space:
mode:
authorMikkel Fahnøe Jørgensen <mikkel@dvide.com>2016-04-07 18:52:00 +0200
committerMikkel Fahnøe Jørgensen <mikkel@dvide.com>2016-04-07 18:52:00 +0200
commit7d396bc2e75c25062e9084efb7f740e28fa86eb9 (patch)
tree4479905f9645002a8de9933cf8bdf888c9b78d95 /docs/source/FlatBuffers.md
parent1db9783bfc2f08fd86d710eb4b936829af842442 (diff)
downloadflatbuffers-7d396bc2e75c25062e9084efb7f740e28fa86eb9.tar.gz
flatbuffers-7d396bc2e75c25062e9084efb7f740e28fa86eb9.tar.bz2
flatbuffers-7d396bc2e75c25062e9084efb7f740e28fa86eb9.zip
Update C documentation with supported MSVC versions, and other minor updates.
Diffstat (limited to 'docs/source/FlatBuffers.md')
-rw-r--r--docs/source/FlatBuffers.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/FlatBuffers.md b/docs/source/FlatBuffers.md
index 7da09903..46d4c120 100644
--- a/docs/source/FlatBuffers.md
+++ b/docs/source/FlatBuffers.md
@@ -4,9 +4,9 @@ FlatBuffers {#flatbuffers_index}
# Overview {#flatbuffers_overview}
[FlatBuffers](@ref flatbuffers_overview) is an efficient cross platform
-serialization library for C++, C#, C, Go, Java, JavaScript, PHP, and Python
-(Ruby and Swift in progress). It was originally created at Google for game
-development and other performance-critical applications.
+serialization library for C++, C#, C, Go, Java, JavaScript, PHP, and Python.
+It was originally created at Google for game development and other
+performance-critical applications.
It is available as Open Source on [GitHub](http://github.com/google/flatbuffers)
under the Apache license, v2 (see LICENSE.txt).