We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc79d2 commit f24cdc4Copy full SHA for f24cdc4
README.md
@@ -19,7 +19,7 @@ Similar commercial implementations are used at [Repl.it](https://repl.it) and [O
19
20
```smalltalk
21
Metacello new
22
- repository: 'github://brackendev/SeasideSwift/src';
+ repository: 'github://brackendev/SeasideSwift:v1.0.0/src';
23
baseline: 'SeasideSwift';
24
onConflict: [ :ex | ex useIncoming ];
25
onUpgrade: [ :ex | ex useIncoming ];
0 commit comments