Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucoMoro authored Feb 26, 2024
1 parent 29d0746 commit 6056bd6
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 @@ -26,7 +26,7 @@ To start using DiscOrDance in Pharo create a fresh image of __Pharo 8__ and run
```st
Metacello new
baseline: 'DiscOrDance';
repository: 'github://USIREVEAL/discordance:main';
repository: 'github://LucoMoro/discordance:main';
onWarning: [ :ex | (ex isKindOf: MCMergeOrLoadWarning) ifTrue: [ ex load ] ifFalse: [ ex resume ] ];
load.
```
Expand Down Expand Up @@ -105,4 +105,4 @@ Additional documentation can be found in the form of research papers, presentati

DiscOrDance is released under the MIT License. See [LICENSE](LICENSE) for details.

© [Marco Raglianti](https://www.inf.usi.ch/phd/raglianti/) (a.k.a. [wolfenmark](https://github.com/wolfenmark) on GitHub). [REVEAL](https://reveal.si.usi.ch/people/) @ [Software Institute](https://www.si.usi.ch), [Università della Svizzera italiana (USI)](https://www.usi.ch), Lugano, Switzerland
© [Marco Raglianti](https://www.inf.usi.ch/phd/raglianti/) (a.k.a. [wolfenmark](https://github.com/wolfenmark) on GitHub). [REVEAL](https://reveal.si.usi.ch/people/) @ [Software Institute](https://www.si.usi.ch), [Università della Svizzera italiana (USI)](https://www.usi.ch), Lugano, Switzerland

0 comments on commit 6056bd6

Please sign in to comment.