We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4daccdc commit 005e277Copy full SHA for 005e277
1 file changed
README.md
@@ -10,14 +10,14 @@ It's implementation of reentral read write lock which described in
10
```Smalltalk
11
Metacello new
12
baseline: 'ReadWriteLock';
13
- repository: 'github://dionisiydk/ReadWriteLock';
+ repository: 'github://pharo-ide/ReadWriteLock';
14
load
15
```
16
Use following snippet for stable dependency in your project baseline:
17
18
spec
19
baseline: 'ReadWriteLock'
20
- with: [ spec repository: 'github://dionisiydk/ReadWriteLock:v0.2.x' ]
+ with: [ spec repository: 'github://pharo-ide/ReadWriteLock:v1.0.0' ]
21
22
## Public API and Key Messages:
23
0 commit comments