diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-01-20 09:23:55 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-01-20 09:23:55 -0800 |
commit | 9b93a7bd34212c3e0f5a20d0fdc2f5f7565a67bd (patch) | |
tree | e83c0f4f9fdf5a7eea88b1fddbdcb4a38095a0a7 | |
parent | b3c878ae945851ebf61d0e05c47f90c41a963689 (diff) | |
download | view.love-9b93a7bd34212c3e0f5a20d0fdc2f5f7565a67bd.tar.gz |
fix broken link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 1acd653..35f1058 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Further forks are encouraged. If you show me your fork, I'll link to it here. support for modifying files; useful starting point for some forks. * https://codeberg.org/akkartik/pong.love -- a fairly minimal example app that can edit and debug its own source code. -* https://codeberg.org/akkartik/template-live-editor.love -- a template for +* https://codeberg.org/akkartik/template-live-editor -- a template for building "free-wheeling" live programs (easy to fork, can be modified as they run), with a text editor primitive. * https://codeberg.org/akkartik/luaML.love -- a free-wheeling 'browser' for a |