gofmt typo
diff --git a/README.rst b/README.rst
index f230f1d..0b6519f 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@
 YAPF takes a different approach. It's based off of 'clang-format', developed by
 Daniel Jasper. In essence, the algorithm takes the code and reformats it to the
 best formatting that conforms to the style guide, even if the original code
-didn't violate the style guide. The idea is also similar to the 'gotmt' tool for
+didn't violate the style guide. The idea is also similar to the 'gofmt' tool for
 the Go programming language: end all holy wars about formatting - if the whole
 code base of a project is simply piped through YAPF whenever modifications are
 made, the style remains consistent throughout the project and there's no point