Explorar o código

fix a typo in readme (#18)

Benjamin %!s(int64=6) %!d(string=hai) anos
pai
achega
7ca90240c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@ fasttemplate
 
 Simple and fast template engine for Go.
 
-Fasttemplate peforms only a single task - it substitutes template placeholders
+Fasttemplate performs only a single task - it substitutes template placeholders
 with user-defined values. At high speed :)
 
 Take a look at [quicktemplate](https://github.com/valyala/quicktemplate) if you  need fast yet powerful html template engine.