From d08dd577c788fba3266a11d1f4c313d6a8bd4cd3 Mon Sep 17 00:00:00 2001 From: Pascal COMBIER Date: Sun, 17 Jul 2022 18:47:50 +0800 Subject: [PATCH] Fix documentation --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index f4997b9..9f467a8 100644 --- a/README.adoc +++ b/README.adoc @@ -114,13 +114,13 @@ image::docs/images/helloworld/00-plain-common-lisp-directory.png[screenshot] Initially, the "applications" directory is empty: image::docs/images/helloworld/01-applications-directory-empty.png[screenshot] -image::docs/images/helloworld/02-applications-directory-helloworld.png[screenshot] This complete example is also available in the {url-releases}[latest release] of plain-common-lisp. We first need to create a directory "hello-world" and follow plain-common-lisp directory structure. image::docs/images/helloworld/01-applications-directory.png[screenshot] +image::docs/images/helloworld/02-applications-directory-helloworld.png[screenshot] The "sources" directory of the application "hello-world" contains the source code. Nothing specific to plain-common-lisp here, this structure is common to