Skip to content

Commit

Permalink
Merge pull request #5657 from CyborgSemon:getting-started-cdn-fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 302037904
  • Loading branch information
copybara-github committed Mar 20, 2020
2 parents cafe188 + 7e92c88 commit 1d8630c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ To try Material Components for the web with minimal setup, load the precompiled

```html
<head>
<link href="https://unpkg.com/material-components-web@v4.0.0/dist/material-components-web.min.css" rel="stylesheet">
<script src="https://unpkg.com/material-components-web@v4.0.0/dist/material-components-web.min.js"></script>
<link href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" rel="stylesheet">
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
</head>
```

Expand Down

0 comments on commit 1d8630c

Please sign in to comment.