diff --git a/README.md b/README.md
index 62a8f95..f730afd 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ C library for geometry input/output
gmio is a reusable C library providing complete I/O support for various CAD file
formats(eg. [STL](https://en.wikipedia.org/wiki/STL_%28file_format%29))
-gmio aims to be [fast](https://github.com/fougue/gmio/wiki/v0.3-Benchmarks),
+gmio aims to be [fast](https://github.com/fougue/gmio/wiki/v0.4-Benchmarks),
portable(C99 conformance) and feature-rich.
Main highlights:
@@ -31,12 +31,12 @@ Main highlights:
Supported formats | Read | Write
--------------------------|-----------|---------
-STL ascii | ✔ | ✔
-STL binary(little-endian) | ✔ | ✔
-STL binary(big-endian) | ✔ | ✔
AMF uncompressed | ✗ | ✔
AMF zip | ✗ | ✔
AMF zip64 | ✗ | ✔
+STL ascii | ✔ | ✔
+STL binary(little-endian) | ✔ | ✔
+STL binary(big-endian) | ✔ | ✔
Building gmio
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index b7515ed..0328b66 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -5,7 +5,7 @@
gmio is a reusable C library providing complete I/O support for various CAD
file formats(eg. STL)
- gmio aims to be fast,
+ gmio aims to be fast,
portable(C99 conformance) and feature-rich.
Main highlights:
@@ -17,19 +17,19 @@
Supported formats | Read | Write
--------------------------|--------|---------
-STL ascii | yes | yes
-STL binary(little-endian) | yes | yes
-STL binary(big-endian) | yes | yes
AMF uncompressed | no | yes
AMF zip | no | yes
AMF zip64 | no | yes
+STL ascii | yes | yes
+STL binary(little-endian) | yes | yes
+STL binary(big-endian) | yes | yes
\section build Building gmio
gmio can be built with CMake, by default a static library is generated.
-Read the Build instructions
+Read the Build instructions
\section bug_report How to report a bug