Skip to content

Commit 4157d6d

Browse files
committed
readme fixes
1 parent 2c62b9d commit 4157d6d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
## Chapters
44

55
Each chapter has its own branch which contains all the commits for that chapter,
6-
so it has the state that corresponds to the _end_ of that chapter. If you want
7-
to try and code along with a chapter, you'll want to check out the branch for the
8-
previous chapter.
6+
so it has the state that corresponds to the _end_ of that chapter.
7+
If you want to try and code along with a chapter,
8+
you'll want to check out the branch for the previous chapter.
99

10-
https://github.com/python-leap/code/branches/all
10+
https://github.com/cosmicpython/code/branches/all
1111

1212

1313
## Exercises
1414

15-
Branches for the exercises follow the convention `{chatper_name}_exercise`, eg
16-
https://github.com/python-leap/code/tree/chapter_04_service_layer_exercise
15+
Branches for the exercises follow the convention `{chapter_name}_exercise`,
16+
eg https://github.com/cosmicpython/code/tree/chapter_04_service_layer_exercise
1717

1818

1919
## Requirements
2020

2121
* docker with docker-compose
22-
* for chapters 1 and 2, and optionally for the rest: a local python3.7 virtualenv
22+
* for chapters 1 and 2, and optionally for the rest: a local python3.8 virtualenv
2323

2424

2525
## Building the containers

0 commit comments

Comments
 (0)