Skip to content

Commit 02ce728

Browse files
committed
fix project name in documentation
1 parent 1190f3e commit 02ce728

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>jQuery HighchartsTable plugin</title>
5+
<title>jQuery HighchartTable plugin</title>
66
<meta name="description" content="jQuery plugin to transform HTML tables into nice Highcharts graphs">
77
<link rel="stylesheet" href="css/bootstrap.min.css">
88
<link rel="stylesheet" href="css/main.css">
@@ -25,7 +25,7 @@
2525
<div class="topbar" data-scrollspy="scrollspy">
2626
<div class="fill">
2727
<div class="container">
28-
<a class="brand" href="#">jQuery HighchartsTable plugin</a>
28+
<a class="brand" href="#">jQuery HighchartTable plugin</a>
2929
<ul class="nav">
3030
<li class="active"><a href="#">Home</a></li>
3131
<li><a href="#about">About</a></li>
@@ -42,7 +42,7 @@
4242

4343
<!-- Main hero unit for a primary marketing message or call to action -->
4444
<div class="hero-unit">
45-
<h1>jQuery HighchartsTable</h1>
45+
<h1>jQuery HighchartTable</h1>
4646
<p>Ever wanted to convert your HTML data tables into fancy <a href="http://www.highcharts.com/">Highcharts</a> graphs?</p>
4747
<p><a class="btn primary large" href="#about">Learn more &raquo;</a></p>
4848
</div>
@@ -419,7 +419,7 @@ <h2>1. Usage</h2>
419419
</div>
420420

421421
<p>
422-
The HighchartsTable plugin takes data and attributes from a table and parses them to simply create an Hightcharts chart.
422+
The HighchartTable plugin takes data and attributes from a table and parses them to simply create an Hightcharts chart.
423423
</p>
424424

425425
<p>
@@ -430,7 +430,7 @@ <h2>1. Usage</h2>
430430
<pre class="prettyprint">
431431
&lt;script src="jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;
432432
&lt;script src="highcharts.js" type="text/javascript"&gt;&lt;/script&gt;
433-
&lt;script src="jquery.highchartsTable.js" type="text/javascript"&gt;&lt;/script&gt;
433+
&lt;script src="jquery.highchartTable.js" type="text/javascript"&gt;&lt;/script&gt;
434434
</pre>
435435

436436
<p>Then you have to set some attributes to the table, like the graph type or where to render the graph.</p>

0 commit comments

Comments
 (0)