Skip to content

Commit a802cb4

Browse files
committed
Fix URL to load code with Metacello
1 parent ea88929 commit a802cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# CodeOfSpec20Book
22

3-
This repository contains example code for the Spec 2.0 framework and is a companion for the book [Application Building with Spec 2.0](https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2),
3+
This repository contains example code for the Spec 2.0 framework and is a companion for the book [Application Building with Spec 2.0](https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2),
44
describing in detail the Pharo framework to build user interfaces.
55

66
To load it:
77

88
```smalltalk
99
Metacello new
1010
baseline: 'CodeOfSpec20Book';
11-
repository: 'github://SquareBracketAssociates/CodeOfSpec20Book/src';
11+
repository: 'github://SquareBracketAssociates/CodeOfSpec20Book:master/src';
1212
load
1313
```

0 commit comments

Comments
 (0)