From 13437c69e1834da8ca99dc8471adc97d0eb776d5 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sat, 24 Aug 2019 10:11:03 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d63d7b..9fc9cab 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ go generate Standard library source code is kept in `cpp-jsonnet` submodule, because it is shared with [Jsonnet C++ implementation](https://github.com/google/jsonnet). -For perfomance reasons we perform preprocessing on the standard library, so for the changes to be visible, regeneration is necessary: +For performance reasons we perform preprocessing on the standard library, so for the changes to be visible, regeneration is necessary: ```bash git submodule init