Skip to content

Commit 005e277

Browse files
Update README.md
1 parent 4daccdc commit 005e277

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
@@ -10,14 +10,14 @@ It's implementation of reentral read write lock which described in
1010
```Smalltalk
1111
Metacello new
1212
baseline: 'ReadWriteLock';
13-
repository: 'github://dionisiydk/ReadWriteLock';
13+
repository: 'github://pharo-ide/ReadWriteLock';
1414
load
1515
```
1616
Use following snippet for stable dependency in your project baseline:
1717
```Smalltalk
1818
spec
1919
baseline: 'ReadWriteLock'
20-
with: [ spec repository: 'github://dionisiydk/ReadWriteLock:v0.2.x' ]
20+
with: [ spec repository: 'github://pharo-ide/ReadWriteLock:v1.0.0' ]
2121
```
2222
## Public API and Key Messages:
2323
```Smalltalk

0 commit comments

Comments
 (0)