diff --git a/README.md b/README.md
index 34b20a4b1947fcf3fea207280c66d0f574114767..314f6075f2030c884ff06ebb807d83ae12aaa642 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ The file of this project define 4 stages:
   - control → final steps, does nothing but echoing a string.
 
 
-![prject's pipeline](./project_pipeline.jpg "project's pipeline")
+![project's pipeline](./project_pipeline.jpg "project's pipeline")
 
 
 ## Set the variable
@@ -106,3 +106,9 @@ Now it time that you try out the pipeline. Either change something to this file
 (I'm sure there's a lot of errors and missing/incorrect information) and push to
 the repo, or go into your project CI/CD pipelines and use the "Run pipeline"
 button.
+
+Once the deploy stage is finished, you should be able to see the release:
+![project's release](./release.png "project's release")
+
+Also, you can manually continue the pipeline by clicking "Deploy to production"
+— wait few seconds and the whole pipeline should turn green.
diff --git a/release.png b/release.png
new file mode 100644
index 0000000000000000000000000000000000000000..7047afced4e0c090ed6164debdf3540161c83c87
Binary files /dev/null and b/release.png differ