From 9144b8c14d40b6f00587896d47da346ef08d7c23 Mon Sep 17 00:00:00 2001 From: Ahmet Artu Yildirim Date: Mon, 30 May 2022 13:06:12 -0700 Subject: [PATCH] Use html for the code block in README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bad0e09..29a5c9f 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ This library allows you to perform the following tasks: ## Example -Read/write raster files using GDAL binding functions or helper functions +Read/write raster files using GDAL binding functions or helper functions: -``` + +

 (use-modules (gdal))
 (use-modules (gdal extension))
 
@@ -60,6 +61,7 @@ Read/write raster files using GDAL binding functions or helper functions
                                    buf #:buf-type GDT_INT16))
         (write-buffer-to-file new-buf GDN_GTIFF
                               "new-raster-small.tif" #:no-data -1)))
-```
+
+ See examples folder for more code samples. -- 2.20.1