Skip to content

Commit

Permalink
fix let's in example 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyabouman committed Apr 9, 2021
1 parent da36f3b commit 4875069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/example_4.scenario
Expand Up @@ -26,7 +26,7 @@ Loaded image: nix-hello:latest
$ # You can see that the Docker layers were automatically calculated.
$ docker images | grep nix-hello
nix-hello latest 83667617cdb9 50 years ago 32.9MB
$ # And for the final thing lets test that it really works
$ # And for the final thing let's test that it really works
$ docker run -ti nix-hello:latest hello
Hello World!
$ # There is a lot we didn't cover in this little demo, but we hope
Expand Down

0 comments on commit 4875069

Please sign in to comment.