FlatBuffers supports reading and writing binary FlatBuffers in Java and C#. Generate code for Java with the -j option to flatc, or for C# with -n (think .Net).
diff --git a/docs/html/navtree.js b/docs/html/navtree.js
index 70056c0be..608af6871 100644
--- a/docs/html/navtree.js
+++ b/docs/html/navtree.js
@@ -6,7 +6,7 @@ var NAVTREE =
[ "Writing a schema", "md__schemas.html", null ],
[ "Use in C++", "md__cpp_usage.html", null ],
[ "Use in Go", "md__go_usage.html", null ],
- [ "Use in Java/C", "md__java_usage.html", null ],
+ [ "Use in Java/C-sharp", "md__java_usage.html", null ],
[ "Benchmarks", "md__benchmarks.html", null ],
[ "FlatBuffers white paper", "md__white_paper.html", null ],
[ "FlatBuffer Internals", "md__internals.html", null ],
diff --git a/docs/html/pages.html b/docs/html/pages.html
index 30291b36a..4b2b99283 100644
--- a/docs/html/pages.html
+++ b/docs/html/pages.html
@@ -60,7 +60,7 @@ $(document).ready(function(){initNavTree('pages.html','');});
| Writing a schema | |
| Use in C++ | |
| Use in Go | |
-
| Use in Java/C | |
+
| Use in Java/C-sharp | |
| Benchmarks | |
| FlatBuffers white paper | |
| FlatBuffer Internals | |
diff --git a/docs/source/JavaUsage.md b/docs/source/JavaUsage.md
index 9586f4c5e..d52cd09ab 100755
--- a/docs/source/JavaUsage.md
+++ b/docs/source/JavaUsage.md
@@ -1,4 +1,4 @@
-# Use in Java/C#
+# Use in Java/C-sharp
FlatBuffers supports reading and writing binary FlatBuffers in Java and C#.
Generate code for Java with the `-j` option to `flatc`, or for C# with `-n`