Skip to content

Commit 157d830

Browse files
Update README.md
Fix Metacello config
1 parent 44f88d0 commit 157d830

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ You can load all the packages into a fresh Pharo image by going to the Playgroun
2828
Metacello new
2929
baseline: 'MathVectorMatrix';
3030
repository: 'github://PolyMathOrg/vector-matrix/src';
31-
onWarningLog;
32-
onConflictUseIncoming;
33-
load ]
31+
load
3432
```
3533

3634
This should load the default version of the project (you can also specify another version or branch).

0 commit comments

Comments
 (0)