diff --git a/README.md b/README.md
index 9b8316c8..983d905c 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@
implementation 'com.necer.ncalendar:ncalendar:3.1.0'
```
-#### 布局文件
+#### 月周切换
```
miui9 和 钉钉日历
@@ -72,6 +72,28 @@ implementation 'com.necer.ncalendar:ncalendar:3.1.0'
```
+
+#### 单个月日历,单个周日历
+
+
+```
+ 月日历
+
+
+ 周日历
+
+
+```
+
+
#### 注意
- NCalendar(Miui9Calendar、Miui10Calendar、EmuiCalendar)内部只能有一个子view,需要一个实现了```NestedScrollingChild2```的子类,