Skip to content

Commit

Permalink
[docs] Correct markdown example from svg icon (mui#11922)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM authored and oliviertassinari committed Jun 19, 2018
1 parent 74a9827 commit 946698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/migration-v0x/migration-v0x.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In the future, we will look into providing a simple component to solve the simpl
Run [the migration helper](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-codemod) on your project.

This will apply a change such as the following:
```

```diff
-import AddIcon from 'material-ui/svg-icons/Add';
+import AddIcon from '@material-ui/icons/Add';
Expand Down

0 comments on commit 946698b

Please sign in to comment.