Skip to content

Commit 951f714

Browse files
committed
Download page improvements
1 parent 6d6f4a3 commit 951f714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/landing-download.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>{{ page.title }}</h1>
1919
class="button-bar download-bar">
2020
<a
2121
class="pat-button cta"
22-
href="https://github.com/Patternslib/Patterns/archive/2.1.2.zip">Download v2.1.2 (latest)</a>
22+
href="https://github.com/Patternslib/Patterns/archive/2.1.2.zip">Download v3.0.4</a>
2323
</p>
2424
<p
2525
class="download-byline pat-rich">

content/_download/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ summary: Start using the Patterns library in your own project in minutes time.
99
3. Put the follwing line in the head of your main HTML page.
1010

1111
<pre class="pat-syntax-highlight">
12-
&lt;script src="your-patterns-folder/patterns.js"&gt;&lt;/script&gt;
12+
&lt;script src="your-javascript-folder/patterns/patterns.min.js"&gt;&lt;/script&gt;
1313
</pre>
1414

1515
Happy creating!

0 commit comments

Comments
 (0)