diff --git a/versions/snail/docs/api/index.xml b/versions/snail/docs/api/index.xml
index 76bad37..4ae5562 100644
--- a/versions/snail/docs/api/index.xml
+++ b/versions/snail/docs/api/index.xml
@@ -5,6 +5,6 @@ Functions abs(path) -> string Returns an absolute version of the path. ba
Functions new() -> @Snail Creates a new Snail instance. snail.new() -> Snail Creates a new Snail instance.
Parameters This function has no parameters.
Types Snail A Snail is a shell script interpreter instance.
-Methods run(command, streams) Runs a shell command.Module terminalhttps://rosettea.github.io/Hilbish/versions/snail/docs/api/terminal/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/versions/snail/docs/api/terminal/Introduction The terminal library is a simple and lower level library for certain terminal interactions.
+Methods dir(path) Changes the directory of the snail instance.Module terminalhttps://rosettea.github.io/Hilbish/versions/snail/docs/api/terminal/Mon, 01 Jan 0001 00:00:00 +0000https://rosettea.github.io/Hilbish/versions/snail/docs/api/terminal/Introduction The terminal library is a simple and lower level library for certain terminal interactions.
Functions restoreState() Restores the last saved state of the terminal saveState() Saves the current state of the terminal. setRaw() Puts the terminal into raw mode. size() Gets the dimensions of the terminal. Returns a table with width and height terminal.restoreState() Restores the last saved state of the terminal
Parameters This function has no parameters.
\ No newline at end of file
diff --git a/versions/snail/docs/api/snail/index.html b/versions/snail/docs/api/snail/index.html
index ef923fd..b1c719e 100644
--- a/versions/snail/docs/api/snail/index.html
+++ b/versions/snail/docs/api/snail/index.html
@@ -10,5 +10,8 @@ Hilbish functions.
Functions
This function has no parameters.
Types
Snail
A Snail is a shell script interpreter instance.
Methods
-
run(command, streams)
-
Runs a shell command. Works the same as hilbish.run.