diff --git a/README.md b/README.md
index 75d020f..94a6477 100644
--- a/README.md
+++ b/README.md
@@ -15,105 +15,8 @@ npm start
npm run build
```
-## Lifecycle
-
-
-``` bash
-
- lifecycle
-
-
-
-
-```
+## [Lifecycle 点击进入我的博客](http://www.jianshu.com/p/e9f884b6ba6c)
+
## Router
@@ -166,7 +69,6 @@ const Bar = { template: '
bar
' }
// 每个路由应该映射一个组件。 其中"component" 可以是
// 通过 Vue.extend() 创建的组件构造器,
// 或者,只是一个组件配置对象。
-// 我们晚点再讨论嵌套路由。
const routes = [
{ path: '/foo', component: Foo },
{ path: '/bar', component: Bar }
diff --git a/screenShot/20160824203433387.png b/screenShot/20160824203433387.png
deleted file mode 100644
index b5d8ffa..0000000
Binary files a/screenShot/20160824203433387.png and /dev/null differ
diff --git a/screenShot/lifecycle.png b/screenShot/lifecycle.png
index a59178b..b5d8ffa 100644
Binary files a/screenShot/lifecycle.png and b/screenShot/lifecycle.png differ