Skip to content

Commit

Permalink
Fixed loading scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque committed Jun 29, 2018
1 parent dce70fa commit 5807385
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 @@ -7,7 +7,7 @@ To install the stable version, you can simply use the **Catalog browser** and se
or evaluate the following code snippet:
~~~
Metacello new
repository: 'github://JulienDelplanque/Mirage/repository';
repository: 'github://JulienDelplanque/Mirage/src';
baseline: 'Mirage';
load
~~~
Expand All @@ -16,7 +16,7 @@ Metacello new
Simply evaluate the following code snippet:
~~~
Metacello new
repository: 'github://JulienDelplanque/Mirage:dev/repository';
repository: 'github://JulienDelplanque/Mirage:dev/src';
baseline: 'Mirage';
load
~~~
Expand Down

0 comments on commit 5807385

Please sign in to comment.