diff --git a/docs/src/pages/guides/migration-v0x/migration-v0x.md b/docs/src/pages/guides/migration-v0x/migration-v0x.md
index d92d118fb681be..8127865b3406c6 100644
--- a/docs/src/pages/guides/migration-v0x/migration-v0x.md
+++ b/docs/src/pages/guides/migration-v0x/migration-v0x.md
@@ -119,6 +119,16 @@ This will apply a change such as the following:
+
```
+### Subheader
+
+```diff
+-import Subheader from 'material-ui/Subheader';
++import ListSubheader from '@material-ui/core/ListSubheader';
+
+-Sub Heading
++Sub Heading
+```
+
### To be continued…
Have you successfully migrated your app, and wish to help the community?