Fix README example so it actually links the stylesheets.
This commit is contained in:
Родитель
77b5d96524
Коммит
4fb7d9af1e
|
@ -31,8 +31,8 @@ Where `parentEl` is:
|
|||
<html>
|
||||
<head>
|
||||
<title>Simple Example</title>
|
||||
<link href="https://telemetry.mozilla.org/new-pipeline/style/metricgraphics.css"/>
|
||||
<link href="https://telemetry.mozilla.org/wrapper/telemetry-wrapper.css"/>
|
||||
<link rel="stylesheet" href="https://telemetry.mozilla.org/new-pipeline/style/metricsgraphics.css"/>
|
||||
<link rel="stylesheet" href="https://telemetry.mozilla.org/wrapper/telemetry-wrapper.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче