From 769857a76cc5a2fd9d6338335bea66d3200d67eb Mon Sep 17 00:00:00 2001 From: ven Date: Wed, 8 May 2024 13:09:59 +0200 Subject: [PATCH] README: Remove extraneous quote, add syntax hl --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecaa478..51e1fbb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ can only load the collection they need without 100 of related collections. ## Loading -``` +```smalltalk Metacello new baseline: 'ContainersArray2D'; repository: 'github://pharo-containers/Containers-Array2D/src'; @@ -22,9 +22,9 @@ Metacello new ## If you want to depend on it -``` +```smalltalk spec - baseline: ''ContainersArray2D' + baseline: 'ContainersArray2D' with: [ spec repository: 'github://pharo-containers/Containers-Array2D/src' ]. ```