Skip to content

Commit 2d981c3

Browse files
Update README.md
1 parent 2cb9224 commit 2d981c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ in documentation of OPBasicPool.
3939
```Smalltalk
4040
Metacello new
4141
baseline: 'ObjectPool';
42-
repository: 'github://dionisiydk/ObjectPool';
42+
repository: 'github://pharo-ide/ObjectPool';
4343
load
4444
```
4545
Use following snippet for stable dependency in your project baseline:
4646
```Smalltalk
4747
spec
4848
baseline: 'ObjectPool'
49-
with: [ spec repository: 'github://dionisiydk/ObjectPool:v0.3.x' ]
49+
with: [ spec repository: 'github://pharo-ide/ObjectPool:v1.0.0' ]
5050
```
5151

0 commit comments

Comments
 (0)