Skip to content

Commit

Permalink
[Docs] Remove leftover remnants in readme text of /lib/ for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarks committed Apr 10, 2016
1 parent 1e4fe96 commit 1cb0817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/components/SvgIcon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ directly as a React component. Any properties supplied are passed to `SvgIcon`.

The import path for each _Material icons_ component includes the category and icon name, with spaces substituted with
dashes. For example to use the [3d rotation](https://design.google.com/icons/#ic_3d_rotation) icon component, import
`material-ui/lib/svg-icons/action/3d-rotation`.
`material-ui/svg-icons/action/3d-rotation`.

### Examples
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/customization/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Then, you can use `<MuiThemeProvider />` to provide it down the tree to componen
```js
import React from 'react';
import {cyan500} from 'material-ui/styles/colors';
import MuiThemeProvider from 'material-ui/stylesMuiThemeProvider';
import MuiThemeProvider from 'material-ui/styles/MuiThemeProvider';
import getMuiTheme from 'material-ui/styles/getMuiTheme';
import AppBar from 'material-ui/AppBar';

Expand Down

0 comments on commit 1cb0817

Please sign in to comment.