diff --git a/notes/Hbase Shell.md b/notes/Hbase Shell.md
index ae63377..7f6cc93 100644
--- a/notes/Hbase Shell.md
+++ b/notes/Hbase Shell.md
@@ -1,31 +1,32 @@
# Hbase 常用 Shell 命令
-
-
+
+
+
## 一、基本命令
#### 1.1 获取帮助
@@ -195,7 +196,7 @@ hbase中访问数据有两种基本的方式
get访问指定key的数据,而scan可以设置begin和end来访问一个范围内所有的数据。get本质上就是begin和end相同的一种特殊的scan。
-### 4.1Get查询
+#### 4.1Get查询
```shell
# 获取指定行中所有列的数据信息