From 670c75ff2f9c8db13b8a7b8b075edeb76b072bfe Mon Sep 17 00:00:00 2001 From: jusax23 Date: Sun, 15 May 2022 22:42:12 +0200 Subject: [PATCH] Corrections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 774467f..2083662 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Recently I was wondering if it is possible to run a program from the pico's ram. - Flash pico.ino with the arduino ide. - Write a program with my LISP Syntax - Compile it with: sh build.sh [lisp-file-input] [assembly-file-output] [hex-file-output] -- Copy and Past the Binary in Hex in the Serial Monitor -- Type start to run your Program +- Copy and Past the Binary in Hex in the Serial Monitor. +- Type start to run your Program. ## Syntax in LISP