Skip to content

Commit

Permalink
Fix spelling of Metacello path
Browse files Browse the repository at this point in the history
Complements hpi-swa/sandblocks#47. See Metacello/metacello#542 for more information.
  • Loading branch information
LinqLover committed Aug 19, 2021
1 parent 3bf594e commit 7b4daca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ohm/S is a Squeak/Smalltalk implementation of the metaprogramming framework [Ohm
```Smalltalk
Metacello new
baseline: 'Ohm';
repository: 'github://hpi-swa/ohm-s/packages';
repository: 'github://hpi-swa/Ohm-S/packages';
load.
```

Expand Down

0 comments on commit 7b4daca

Please sign in to comment.