README: http:// and https:// —> //

This commit is contained in:
Emil Stahl 2016-01-20 14:57:57 +01:00
parent e1ccbf2ba2
commit 4af0240c0b

View File

@ -44,8 +44,8 @@ If you prefer, you can include this framework in your project using our official
Add the necessary links to your `<head>` element for fonts and stylsheets:
```html
<!-- Material Design fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Bootstrap -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">