Skip to content

Commit 9ac0849

Browse files
authored
Update README.md
1 parent 4696d04 commit 9ac0849

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following script installs Containers-Stack in Pharo.
4040
```st
4141
Metacello new
4242
baseline: 'ContainersKeyedTree';
43-
repository: 'github://Ducasse/Containers-KeyedTree:v1.0/src';
43+
repository: 'github://pharo-containers/Containers-KeyedTree:v1.0/src';
4444
load.
4545
```
4646

@@ -51,5 +51,5 @@ Add the following code to your Metacello baseline or configuration
5151
```
5252
spec
5353
baseline: 'ContainersKeyedTree'
54-
with: [ spec repository: 'github://Ducasse/Containers-KeyedTree:v1.0/src' ]
54+
with: [ spec repository: 'github://pharo-containers/Containers-KeyedTree:v1.0/src' ]
5555
```

0 commit comments

Comments
 (0)