Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
docs: Update MDCTopAppBar js import (#4555)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALMaclaine authored and abhiomkar committed Apr 9, 2019
1 parent 6e24280 commit 71a1180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-top-app-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ However, you can also use SVG, [Font Awesome](https://fontawesome.com/), or any
### JavaScript Instantiation

```js
import {MDCTopAppBar} from '@material/top-app-bar/index';
import {MDCTopAppBar} from '@material/top-app-bar';

// Instantiation
const topAppBarElement = document.querySelector('.mdc-top-app-bar');
Expand Down

0 comments on commit 71a1180

Please sign in to comment.