aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Lane 2024-09-09 08:49:09 -0400
committerGravatar GitHub 2024-09-09 08:49:09 -0400
commitb6e478c1a99c023c58cf908b194d010637d36041 (patch)
tree074db562186dde595cb18820fb89f65eaa9a97ba
parentadded getenv and putenv to Lua API (diff)
docs: update path
Updated the path to the example script and fixed a typo in the readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d04c3a..df29381 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Lunar Shell also entirely supports the Lua interpreter, running on version 5.4.
## Using the Lunar Shell Lua API
-Using the Lunar Shell API to make your own scripts is super simple. Upon installing Lunar Shell you can find an example script located at ```~/.local/scripts/example.lua``` this script acts as a self docummenting guide on how to use the API. Every function that exists in the API can be found in the example script along with helpful comments to explain what the functions do.
+Using the Lunar Shell API to make your own scripts is super simple. Upon installing Lunar Shell you can find an example script located at ```~/.lush/scripts/example.lua``` this script acts as a self documenting guide on how to use the API. Every function that exists in the API can be found in the example script, along with helpful comments to explain what the functions do.
## Contributing