aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kelly <matthew.ryan.kelly@gmail.com>2022-10-05 23:26:12 -0400
committerAki <anonymus.aki@gmail.com>2022-10-29 15:38:37 +0530
commit62bc1e15f4521be90b9cd1f55712bf8025e6354c (patch)
treef87d05a0d1575646b229e6bd01a4977429128a94
parentremove unwanted code (diff)
Add missing space in README's setup instructions
Just a simple typo fix. Thanks for the great tool.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a4414c9..e59a91a 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ every filetype.
**NOTE**: You should add this line after/below where your plugins are setup.
```lua
-require'colorizer'.setup()
+require 'colorizer'.setup()
```
### Use with commands