diff --git a/build/share.html b/build/share.html
index a1099e9..4e7cbdf 100644
--- a/build/share.html
+++ b/build/share.html
@@ -1,4 +1,4 @@
-
+
diff --git a/chapters/06-create-pull-request.md b/chapters/06-create-pull-request.md
index 01183f9..5bcfb57 100644
--- a/chapters/06-create-pull-request.md
+++ b/chapters/06-create-pull-request.md
@@ -1 +1,19 @@
-#创建Pull Request
\ No newline at end of file
+#创建Pull Request
+
+
+##第一个
+
+ const dgram = require('dgram')
+ - , coapPacket = require('coap-packet')
+ + , package = require('coap-packet')
+
+##Google Ngx Pagespeed
+
+ else
+ cat << END
+ $0: error: module ngx_pagespeed requires the pagespeed optimization library.
+ -Look in obj/autoconf.err for more details.
+ +Look in objs/autoconf.err for more details.
+ END
+ exit 1
+ fi
\ No newline at end of file