From 365d9d31afb3e7af2e6bffbecef95b912871b1d1 Mon Sep 17 00:00:00 2001 From: Sebastian Sastre Date: Thu, 19 May 2022 23:12:44 -0300 Subject: [PATCH] readme edit --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d73a5826..f19c122f 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ Open a Pharo workspace and evaluate: ```smalltalk Metacello new - baseline: 'Mapless'; - repository: 'github://sebastianconcept/Mapless:v0.5.0-alpha/src'; - load + baseline: 'Mapless'; + repository: 'github://sebastianconcept/Mapless:v0.5.4-beta/src'; + load ``` ## Include as dependency @@ -86,8 +86,8 @@ In BaselineOf or ConfigurationOf it can be added in this way: ```smalltalk spec - baseline: 'Mapless' - with: [ spec - repository: 'github://sebastianconcept/Mapless:v0.5.0-alpha/src'; - loads: #('Core' 'Mongo' 'Memory' 'Redis' 'UnQLite') ] + baseline: 'Mapless' + with: [ spec + repository: 'github://sebastianconcept/Mapless:v0.5.0-alpha/src'; + loads: #('Core' 'Mongo' 'Memory' 'Redis' 'UnQLite') ] ```