diff --git a/assets/index-9034fb52.js b/assets/index-7d89f6a0.js
similarity index 99%
rename from assets/index-9034fb52.js
rename to assets/index-7d89f6a0.js
index 0b1daa1..b3e392f 100644
--- a/assets/index-9034fb52.js
+++ b/assets/index-7d89f6a0.js
@@ -2398,7 +2398,7 @@ flip(2) :: beat(2) :: delayr(150, 4, () => sound('east').speed([0.5,.25].beat()
`},DY=r=>{const e=Ot(r);return`
# Generator functions
-JavaScript [generators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator) are powerful functions for generating value sequences. They can be used to generate melodies, rhythms or control parameters.
+JavaScript generators are powerful functions for generating value sequences. They can be used to generate melodies, rhythms or control parameters.
In Topos generator functions should be called using the cache(key, function) function to store the current state of the generator. This function takes two arguments: the name for the cache and the generator instance.
@@ -2454,11 +2454,11 @@ ${e("Truly scale free chaos inspired by Lorentz attractor",`
## OEIS integer sequences
-To find some inspiration or to enter into a void one can visit [OEIS](https://oeis.org/) to find some interesting integer sequences. Many of the sequences are also included in Topos from [JISG](https://github.com/acerix/jisg/tree/main/src/oeis) (Javascript Integer Sequence Generators) project.
+To find some inspiration - or to enter into the void - one can visit The On-Line Encyclopedia of Integer Sequences (OEIS) to find some interesting integer sequences.
-One of these implemented generators is the Inventory sequence [A342585](https://github.com/acerix/jisg/blob/main/src/oeis/A342585.ts) made famous by [Neil Sloane](https://www.youtube.com/watch?v=rBU9E-ZOZAI).
+Many of the sequences are implemented by JISG (Javascript Integer Sequence Generators) project. Those sequences can be referenced directly with the identifiers using the cache function.
-Those OEIS sequences implemented by the **JISG** can be referenced directly with the identifiers in the cache function. For example:
+One of these implemented generators is the Inventory sequence A342585 made famous by Neil Sloane.
${e("Inventory sequence",`
rhythm(0.5,[8,7,5,6].bar(4),9) :: sound("triangle")
diff --git a/assets/index-7d89f6a0.js.gz b/assets/index-7d89f6a0.js.gz
new file mode 100644
index 0000000..cf85329
Binary files /dev/null and b/assets/index-7d89f6a0.js.gz differ
diff --git a/assets/index-9034fb52.js.gz b/assets/index-9034fb52.js.gz
deleted file mode 100644
index ecf694e..0000000
Binary files a/assets/index-9034fb52.js.gz and /dev/null differ
diff --git a/index.html b/index.html
index 225fdf6..d36f838 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
-
+