summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorspv420 <spv@spv.sh>2022-07-31 00:08:06 -0400
committerspv420 <spv@spv.sh>2022-07-31 00:08:06 -0400
commit5ce0301303f06f5248d9ab40830582d0f3e1c719 (patch)
tree21c3718d35c6b8d29ff6afb1c07fd5f6b9050414 /src
parent53a2ee3cc21ba38fa7009cfb44f0000f41ad9733 (diff)
yahtzee
Diffstat (limited to 'src')
-rw-r--r--src/stage4/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stage4/README.md b/src/stage4/README.md
index f0d51df..c537bfe 100644
--- a/src/stage4/README.md
+++ b/src/stage4/README.md
@@ -2,4 +2,6 @@
`stage4` runs still within `racoon`, but is loaded from disk from the path
`/var/root/stage4.js`, which is hard-linked to by `/var/mobile/Media/stage4.js`.
This means that you can modify the contents of `stage4` over AFC/USB, making
-development much easier & quicker. \ No newline at end of file
+development much easier & quicker.
+
+`stage4` also runs within the same JS context as `stage3`. \ No newline at end of file