diff --git a/README.md b/README.md
index 375c7ae..b2daa55 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ pod 'CRBoxInputView', '1.1.7'
| [Base](#Anchor_Base) |  |
| [Placeholder](#Anchor_Placeholder) |  |
| [CustomBox](#Anchor_CustomBox) |  |
-| [Line](#Anchor_Line) |  |
+| [Line](#Anchor_Line) |  |
| [SecretSymbol](#Anchor_SecretSymbol) |  |
| [SecretImage](#Anchor_SecretImage) |  |
| [SecretView](#Anchor_SecretView) |  |
@@ -133,7 +133,7 @@ boxInputView.customCellProperty = cellProperty;
### Line
-
+
``` objc
CRBoxInputCellProperty *cellProperty = [CRBoxInputCellProperty new];
cellProperty.showLine = YES; //必需
diff --git a/README_en.md b/README_en.md
index 5c1ad1e..5106d6a 100644
--- a/README_en.md
+++ b/README_en.md
@@ -50,7 +50,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp
| [Base](#Anchor_Base) |  |
| [Placeholder](#Anchor_Placeholder) |  |
| [CustomBox](#Anchor_CustomBox) |  |
-| [Line](#Anchor_Line) |  |
+| [Line](#Anchor_Line) |  |
| [SecretSymbol](#Anchor_SecretSymbol) |  |
| [SecretImage](#Anchor_SecretImage) |  |
| [SecretView](#Anchor_SecretView) |  |
@@ -129,7 +129,7 @@ boxInputView.customCellProperty = cellProperty;
### Line
-
+
``` objc
CRBoxInputCellProperty *cellProperty = [CRBoxInputCellProperty new];
cellProperty.showLine = YES; //Required
diff --git a/ReadmeResources/3Line.png b/ReadmeResources/3.1Line.png
similarity index 100%
rename from ReadmeResources/3Line.png
rename to ReadmeResources/3.1Line.png