Skip to content

Commit 001c4b2

Browse files
authored
Update README.md
1 parent 609cc80 commit 001c4b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
We are creating a game library.
33

44
## How to install
5-
1. Get [Squeak 5.1 or later](http://www.squeak.org)
5+
1. Get [Squeak 6.1 or later](http://www.squeak.org)
66
2. Load [Metacello](https://github.com/metacello/metacello)
77
3. Finally, load the library with the following command:
88

99
```Smalltalk
1010
Metacello new
11-
baseline: 'GM';
12-
repository: 'github://hpi-swa-teaching/GameMecha/source';
11+
baseline: 'GameMecha';
12+
repository: 'github://hpi-swa-teaching/GameMecha/src';
1313
load.
1414
```
1515

@@ -18,9 +18,9 @@ The library comes with an extensive documentation in tests and class comments. Y
1818

1919
```Smalltalk
2020
Metacello new
21-
baseline: 'GM';
22-
repository: 'github://hpi-swa-teaching/GameMecha/source';
21+
baseline: 'GameMecha';
22+
repository: 'github://hpi-swa-teaching/GameMecha/src';
2323
load: 'test'.
2424
```
2525

26-
You can find the examples in the ```GM-AcceptanceTest``` class category.
26+
You can find the examples in the ```GameMecha-Examples``` class category.

0 commit comments

Comments
 (0)