diff --git a/README.md b/README.md
index 326565e8..9c8fedf4 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,7 @@
-
-npm i react-use
-
+ npm i react-use
@@ -32,7 +30,7 @@ npm i react-use
## Reference
-- State
+- [__State__](./docs/State.md)
- [`useToggle`](./docs/useToggle.md) — tracks state of a boolean.
- [`useCounter`](./docs/useCounter.md) — tracks state of a number.
- [`useList`](./docs/useList.md) — tracks state of an array.
diff --git a/docs/State.md b/docs/State.md
new file mode 100644
index 00000000..b9e6613f
--- /dev/null
+++ b/docs/State.md
@@ -0,0 +1,3 @@
+# State
+
+*"State Hooks"* allow you to easily manage state of booleans, arrays, and maps.
\ No newline at end of file