Fix README example so it actually links the stylesheets.

This commit is contained in:
Chris H-C 2015-11-17 08:47:04 -05:00
Родитель 77b5d96524
Коммит 4fb7d9af1e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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>