Skip to content

Commit 33c27eb

Browse files
authored
Update README.md
1 parent dfb8836 commit 33c27eb

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
@@ -38,7 +38,7 @@ Here you can see the status of automatic tests run by Github CI:
3838
If you are running docker, you can run tests inside a docker-container by doing:
3939
```
4040
make docker.example // Expect example tests to succeed
41-
make docker.01 // Expect fail because we don't have any day-01 tests
41+
make docker.01 // Expect to fail because we don't have any day-01 solutions yet
4242
make docker.all // Expect some tests to succeed, some fail
4343
```
4444

@@ -48,7 +48,7 @@ If you are not running docker, you have to install languages we support on your
4848
You can run the tests directly on your host system by doing:
4949
```
5050
make test.example // Expect example tests to succeed
51-
make test.01 // Expect fail because we don't have any day-01 tests
51+
make test.01 // Expect fail because we don't have any day-01 solutions yet
5252
make test.all // Expect some tests to succeed, some fail
5353
```
5454

0 commit comments

Comments
 (0)