diff --git a/docs/01 Getting started/05 Shaders.md b/docs/01 Getting started/05 Shaders.md
index 969f663..edc376a 100644
--- a/docs/01 Getting started/05 Shaders.md
+++ b/docs/01 Getting started/05 Shaders.md
@@ -217,7 +217,7 @@ while(!glfwWindowShouldClose(window))
这里的代码对之前代码是一次非常直接的修改。这次,我们在每次迭代绘制三角形前先更新uniform值。如果你正确更新了uniform,你会看到你的三角形逐渐由绿变黑再变回绿色。
-
+
如果你在哪儿卡住了,可以到[这里](http://www.learnopengl.com/code_viewer.php?code=getting-started/shaders-uniform)查看源码。
diff --git a/docs/img/01/05/shaders.mp4 b/docs/img/01/05/shaders.mp4
new file mode 100644
index 0000000..18c55cf
Binary files /dev/null and b/docs/img/01/05/shaders.mp4 differ