From bcfa2748362598d13b587907080d26a730a72937 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 31 Mar 2023 07:09:59 -0400 Subject: [PATCH] tweak highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e900a1b..cdd39a3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ of the low-level functionality into something more usable by AMOS. ### Communicating with an HTTP server -``` +``` basic LIB=Socket Library Open If LIB<=0 @@ -83,7 +83,7 @@ Socket Library Close ### Starting a server -``` +``` basic If Socket Library Open<=0 End End If