From ac4bf24ef520fde94e9bb5ff2d36eb5bb66b0138 Mon Sep 17 00:00:00 2001 From: mattwparas Date: Sat, 6 Jul 2024 07:51:15 -0700 Subject: [PATCH] fix instructions --- STEEL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STEEL.md b/STEEL.md index 9729ffd3c..1bda27597 100644 --- a/STEEL.md +++ b/STEEL.md @@ -37,7 +37,7 @@ to be used as typed commands. For example: ```scheme # helix.scm - +(require "helix/editor.scm") (require (prefix-in helix. "helix/commands.scm")) (require (prefix-in helix.static. "helix/static.scm"))