Skip to content

Commit 874b657

Browse files
authored
Update README.md
1 parent 75ca835 commit 874b657

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ To install `AVL`, go to the Playground (Ctrl+OW) in your [Pharo](https://pharo.o
1010

1111
```st
1212
Metacello new
13-
baseline: 'AVLTree';
14-
repository: 'github://pharo-containers/ContainersAVLTree:main';
13+
baseline: 'ContainersAVLTree';
14+
repository: 'github://pharo-containers/Container-AVL:main';
1515
load
1616
```
1717

@@ -21,7 +21,7 @@ If you want to add a dependency on `linear-models` to your project, include the
2121

2222
```st
2323
spec
24-
baseline: 'AVL'
25-
with: [ spec repository: 'github://pharo-containers/AVL' ].
24+
baseline: 'ContainersAVLTree'
25+
with: [ spec repository: 'github://pharo-containers/Container-AVL' ].
2626
```
2727

0 commit comments

Comments
 (0)