]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.factorcode: fix image-path example.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 6 Nov 2016 20:08:58 +0000 (12:08 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 6 Nov 2016 20:09:30 +0000 (12:09 -0800)
extra/websites/factorcode/examples.txt

index 157f33b9de9bfc60b82d135726511bf919de542c..51ad2d11c9768df40956d95798ee3756f3079d73 100644 (file)
@@ -54,7 +54,7 @@ USING: inspector io.files.info io.pathnames system tools.files ;
 
 home directory.
 home file-system-info free-space>> .
-image file-info describe
+image-path file-info describe
 ----
 USING: io kernel sequences ;