Merge branch 'master' into next
h3rald h3rald@h3rald.com
Sun, 28 Jan 2024 21:45:39 +0000
2 files changed,
2 insertions(+),
4 deletions(-)
M
site/contents/learn-extending.md
→
site/contents/learn-extending.md
@@ -30,7 +30,7 @@
``` 'quickpows require :qp -2 \*qp/pow3 \*qp/pow2 puts ;prints 64 +2 *qp/pow3 *qp/pow2 puts ;prints 64 ``` ## Specifying your custom prelude program
M
site/contents/learn-mmm.md
→
site/contents/learn-mmm.md
@@ -96,7 +96,5 @@ - **deps** set to an object with the keys corresponding to module names and the values to their respective versions
### Publishing -If you want to publish your module, just create a PR on the [min git repository](https://github.com/h3rald/min) and modify this file by adding the metadata for your module: - -<https://github.com/h3rald/min/blob/master/site/assets/mmm.json> +If you want to publish your module, just create a PR on the [min git repository](https://github.com/h3rald/min) and modify [this file](https://github.com/h3rald/min/blob/master/site/assets/mmm.json) by adding the metadata for your module.