From 0a5ba3908182085c61ca58da64a776b7aa043f7b Mon Sep 17 00:00:00 2001 From: Malcolm McLean Date: Mon, 10 Jun 2024 18:07:02 +0100 Subject: [PATCH] small fixes --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index dff9392..586e11a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -138,7 +138,7 @@

-The resource compiler is designed for the world of Baby X, the system for writing small or Bbaby programs which have minimal dependencies and will run anywhere. Baby X is meant to meet the needs of the hooby programmer, but is free to anyone for any use. And the resource compiler, babyxrc, is an independent program that can be used by people who don't want it for Baby X. +The resource compiler is designed for the world of Baby X, the system for writing small or baby programs which have minimal dependencies and will run anywhere. Baby X is meant to meet the needs of the hobby programmer, but is free to anyone for any use. And the resource compiler, babyxrc, is an independent program that can be used by people who don't want it for Baby X.

@@ -212,7 +212,7 @@

Installation

The Baby X resource compiler is provided as source. It's all 100% portable ANSI C with no dependencies other than those provided in the distribution itself and the C standard library. So it should compile with the minimum of -problems. There's a CMake script to help out, but it's not necessaey to +problems. There's a CMake script to help out, but it's not necessary to use it. You'll have to put the executable on your path using the operating system's specific facilities (usually by adding it to the ${PATH} environment variable). It should run on absolutely any machine with a C