From 93b322a31c5767befa963e5673a3fbed6d9e9b7c Mon Sep 17 00:00:00 2001 From: "Wojciech A. Koszek" Date: Fri, 22 Jan 2010 07:33:15 +0100 Subject: docs: Minor stylistic tweaks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 6a5ecea..214e5b7 100644 --- a/README +++ b/README @@ -118,8 +118,8 @@ To compile jim itself try: make jim -In non-linux systems you may have to complile without "-ldl" because -it's not needed but will cause a compilation error (no configure for +On systems other than GNU/Linux, you may have to compile without "-ldl" +because it's not needed, but will cause a compilation error (no configure for now... applications embedding Jim will probably have one already). In order to avoid to link against 'dl' just use: @@ -165,14 +165,14 @@ You should see a notepad application running. ANSI-I/O, SQLITE ================ -There is documentation under the "doc" dictory about the "ANSI I/O" +There is documentation under the "doc" directory about the "ANSI I/O" and "SQLITE" extensions. SDL === The SDL extension is currently undocumented (work in progress), but -there is enought to start to play. That's an example script: +there is enough to start to play. That's an example script: package require sdl -- cgit v1.1