diff --git a/README.md b/README.md
index 2d6d400..95aaf4e 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A modding API injector for vanilla eaglercraft builds.
### How to use:
-Download injector.html and open it. Then, follow the intructions the page says.
+#### Online
+Go to https://eaglerforge.github.io/EaglerForgeInjector/ and upload an unminified, unobfuscated, unsigned EaglercraftX offline download.
-### I promise i'll make documentation soon i promise
\ No newline at end of file
+#### Portable Offline
+Download this repository as a .zip, and extract it. Open index.html with your preferred browser (use `ctrl` + `O` on a new tab) and upload an unminified, unobfuscated, unsigned EaglercraftX offline download.
\ No newline at end of file
diff --git a/index.html b/index.html
index 3c1036f..7c73a4f 100644
--- a/index.html
+++ b/index.html
@@ -38,7 +38,6 @@
details {
text-align: left;
padding: 6px;
- padding-left: 8px;
border-radius: 1rem;
background-color: rgba(0,0,0,0.5);
margin-bottom: 1rem;
@@ -47,6 +46,7 @@
background-color: rgba(255,255,255,0.1);
padding: 4px;
border-radius: 0.6rem;
+ padding-left: 8px;
}
@@ -84,6 +84,10 @@
The injector works by analysing your uploaded file for patterns that appear in TeaVM's compiled JavaScript code. Then, it will replace all functions with proxies to the original code, which it moves into
ModAPI.hooks.methods
. It does similar things with static properties and constructors, and then hooks into $rt_metadata
to access auxilary information.
+
+ Where documentation???
+ https://eaglerforge.github.io/EaglerForgeInjector/docs
+