Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek authored Jul 5, 2019
1 parent 4daccdc commit 005e277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ It's implementation of reentral read write lock which described in
```Smalltalk
Metacello new
baseline: 'ReadWriteLock';
repository: 'github://dionisiydk/ReadWriteLock';
repository: 'github://pharo-ide/ReadWriteLock';
load
```
Use following snippet for stable dependency in your project baseline:
```Smalltalk
spec
baseline: 'ReadWriteLock'
with: [ spec repository: 'github://dionisiydk/ReadWriteLock:v0.2.x' ]
with: [ spec repository: 'github://pharo-ide/ReadWriteLock:v1.0.0' ]
```
## Public API and Key Messages:
```Smalltalk
Expand Down

0 comments on commit 005e277

Please sign in to comment.