summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fdb0f50..c178a89 100644
--- a/README.md
+++ b/README.md
@@ -510,7 +510,7 @@ Telescope provides the capabilties to create & register extensions, which improv
Some extensions provide integration with external tools, outside of the scope of `builtins`. Others provide performance
enhancements by using compiled C and interfacing directly with Lua.
-### Loading nextensions
+### Loading extensions
To load an extension, use the `load_extension` function as shown in the example below:
```lua