Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Baclet committed Apr 27, 2017
1 parent c9b6f95 commit e0b323b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ Barbiche requires support of `<template>` element and basic support of `element.
|Safari |&ge;9 |**&ge;6.2** |**&ge;6.2** |


Polyfills, once minified and gzipped, weight an additionnal 3KB.
Polyfills, once minified and gzipped, weight an additionnal 2KB.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>Template engine for DOM &amp; JavaScript</h2>
</div>
<div class="ui vertical stripe segment">
<div id="target" class="ui large text container"><h4 class="ui horizontal header divider"></h4><h2 id="overview">Overview</h2>
<p>Barbiche is a logic-full template engine for browser environment. It has been designed to give you complete control over the data you want to merge into an HTML fragment. Once minified and gzipped, Barbiche size is less than 11KB.</p>
<p>Barbiche is a logic-full template engine for browser environment. It has been designed to give you complete control over the data you want to merge into an HTML fragment. Once minified and gzipped, Barbiche size is 11KB.</p>
<h4 class="ui horizontal header divider"></h4><h2 id="features">Features</h2>
<p>Barbiche supports:</p>
<ul class="ui list">
Expand Down Expand Up @@ -155,7 +155,7 @@ <h4 class="ui horizontal header divider"></h4><h2 id="browser-support">Browser s
</tr>
</tbody>
</table>
<p>Polyfills, once minified and gzipped, weight an additionnal 3KB.</p></div>
<p>Polyfills, once minified and gzipped, weight an additionnal 2KB.</p></div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/js/polyfills.min.js

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

2 changes: 1 addition & 1 deletion docs_src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Barbiche requires support of `<template>` element and basic support of `element.
|Safari |&ge;9 |**&ge;6.2** |**&ge;6.2** |


Polyfills, once minified and gzipped, weight an additionnal 3KB.
Polyfills, once minified and gzipped, weight an additionnal 2KB.
2 changes: 1 addition & 1 deletion docs_src/index_header.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Overview
Barbiche is a logic-full template engine for browser environment. It has been designed to give you complete control over the data you want to merge into an HTML fragment. Once minified and gzipped, Barbiche size is less than 11KB.
Barbiche is a logic-full template engine for browser environment. It has been designed to give you complete control over the data you want to merge into an HTML fragment. Once minified and gzipped, Barbiche size is 11KB.

0 comments on commit e0b323b

Please sign in to comment.