Skip to content

Commit

Permalink
See issue #9: Updated versions in download section
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Aug 26, 2016
1 parent 539051c commit 45fe1b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you want a specific release such as v0.1, you can load the associated tag as
```smalltalk
Metacello new
baseline: 'TaskIt';
repository: 'github://sbragagnolo/taskit:v0.1';
repository: 'github://sbragagnolo/taskit:v0.2';
load.
```

Expand All @@ -43,7 +43,7 @@ Otherwise, if you want the latest development version, take a look at the develo
```smalltalk
Metacello new
baseline: 'TaskIt';
repository: 'github://sbragagnolo/taskit:dev-0.2';
repository: 'github://sbragagnolo/taskit:dev-0.3';
load.
```

Expand All @@ -55,7 +55,7 @@ Add the following in your metacello configuration or baseline specifying the des
```smalltalk
spec
baseline: 'TaskIt'
with: [ spec repository: 'github://sbragagnolo/taskit-2:dev-0.2' ]
with: [ spec repository: 'github://sbragagnolo/taskit-2:v0.2' ]
```

#### For developers
Expand Down

0 comments on commit 45fe1b7

Please sign in to comment.