fix bug
diff --git a/docs/guide/debug/integrate-devtool-to-ios.md b/docs/guide/debug/integrate-devtool-to-ios.md
index c992659..54d700b 100644
--- a/docs/guide/debug/integrate-devtool-to-ios.md
+++ b/docs/guide/debug/integrate-devtool-to-ios.md
@@ -56,7 +56,7 @@
 
 ```
 //1. From cocoapods
-#import <TBWXDevtool/WXDevtool.h>
+#import <WXDevtool/WXDevtool.h>
 
 //2. From source code
 #import "WXDevtool.h"
diff --git a/docs/zh/guide/debug/integrate-devtool-to-ios.md b/docs/zh/guide/debug/integrate-devtool-to-ios.md
index 536e9ed..85439d0 100644
--- a/docs/zh/guide/debug/integrate-devtool-to-ios.md
+++ b/docs/zh/guide/debug/integrate-devtool-to-ios.md
@@ -66,7 +66,7 @@
 
 ```
 //方法1 pod依赖方式
-#import <TBWXDevtool/WXDevtool.h>
+#import <WXDevtool/WXDevtool.h>
 
 //方法2 源码依赖方式
 #import "WXDevtool.h"