all repos — min @ 6ca8feb58bc8e8a4bd288134e47976318de6fbcc

A small but practical concatenative programming language.

Fixes.
h3rald h3rald@h3rald.com
Sat, 02 Dec 2023 23:22:32 +0000
commit

6ca8feb58bc8e8a4bd288134e47976318de6fbcc

parent

f05d577d8657699c8d30ac0faee41102b94b57f3

2 files changed, 10 insertions(+), 10 deletions(-)

jump to
M site/contents/learn-mmm.mdsite/contents/learn-mmm.md

@@ -98,5 +98,5 @@ ### 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/site/assets/mmm.json> +<https://github.com/h3rald/min/blob/master/site/assets/mmm.json>
M site/mmm.jsonsite/mmm.json

@@ -1,10 +1,10 @@

{ - "name": "min-site", - "author": "Fabio Cevasco", - "description": "The web site of the min programming language.", - "license": "MIT", - "private": true, - "deps": { - "min-highlight": "master" - } -} + "name": "min-site", + "author": "Fabio Cevasco", + "description": "The web site of the min programming language.", + "license": "MIT", + "private": true, + "deps": { + "min-highlight": "master" + } +}