summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-29 21:14:55 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-30 13:49:20 -0700
commitff05997fb3b956df05d9f89b34f95cc97775a615 (patch)
tree9c568983d239215a86e60a5aa77503c22d1a0e33 /README.md
parente87c9b4d8b629f5df19e9dd182162889d279b4f2 (diff)
Add a .editorconfig file
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 955258c..fcb46fa 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ common use of it will be
```go
lowmemjson.NewEncoder(&lowmemjson.ReEncoder{
- Out: out,
+ Out: out,
// settings here
}).Encode(val)
```