Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Sastre committed May 20, 2022
1 parent 64a9b95 commit 365d9d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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') ]
```

0 comments on commit 365d9d3

Please sign in to comment.