Skip to content

Commit 63e9b78

Browse files
authored
Update README.md
Mkae sure that we remove the baseline of microdown before loading.
1 parent 2b220f0 commit 63e9b78

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@ First remove existing packages from the Pharo distribution.
157157
ifNotNil: [ :found |
158158
found
159159
unload;
160-
forget ] ]
160+
forget ] ].
161+
162+
Smalltalk globals
163+
at: #BaselineOfMicrodown
164+
ifPresent: [ :c | c removeFromSystem ].
161165
162166
```
163167

0 commit comments

Comments
 (0)