We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb9224 commit 2d981c3Copy full SHA for 2d981c3
README.md
@@ -39,13 +39,13 @@ in documentation of OPBasicPool.
39
```Smalltalk
40
Metacello new
41
baseline: 'ObjectPool';
42
- repository: 'github://dionisiydk/ObjectPool';
+ repository: 'github://pharo-ide/ObjectPool';
43
load
44
```
45
Use following snippet for stable dependency in your project baseline:
46
47
spec
48
baseline: 'ObjectPool'
49
- with: [ spec repository: 'github://dionisiydk/ObjectPool:v0.3.x' ]
+ with: [ spec repository: 'github://pharo-ide/ObjectPool:v1.0.0' ]
50
51
0 commit comments