Skip to content

Commit

Permalink
automatic update [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroda committed May 23, 2015
1 parent 39ef4af commit 29c4c71
Show file tree
Hide file tree
Showing 3 changed files with 2,088 additions and 2,090 deletions.
9 changes: 4 additions & 5 deletions index.html
Expand Up @@ -272,7 +272,7 @@ <h2 id="installation:d680e8a854a7cbad6d490c445cba2eba">Installation</h2>
<p>If you just want to use Cape.JS in your web site, insert the following snippet
to the <code>&lt;head&gt;</code> section of your HTML files.</p>

<pre><code class="language-html">&lt;script src=&quot;https://cdn.rawgit.com/oiax/capejs/v1.0.0-rc.2/dist/cape.min.js&quot;&gt;&lt;/script&gt;
<pre><code class="language-html">&lt;script src=&quot;https://cdn.rawgit.com/oiax/capejs/v1.0.0/dist/cape.min.js&quot;&gt;&lt;/script&gt;
</code></pre>

<p>You can get the package for <a href="https://www.npmjs.com/">npm</a> <i class="fa fa-external-link"></i> with following command:</p>
Expand Down Expand Up @@ -300,10 +300,9 @@ <h3 id="is-it-cape-js-capejs-or-capejs:d680e8a854a7cbad6d490c445cba2eba">Is it &

<h3 id="is-it-production-ready:d680e8a854a7cbad6d490c445cba2eba">Is it production ready?</h3>

<p>Not yet. We adopt <a href="http://semver.org/">Semantic Versioning</a> <i class="fa fa-external-link"></i> for Cape.JS.
According to this system, major version (0.y.z) zero is for initial development.
We have released the version 1.0.0-beta.x, but the public API of Cape.JS should
not be considered stable.</p>
<p>Yes, it is.
We adopt <a href="http://semver.org/">Semantic Versioning</a> <i class="fa fa-external-link"></i> for Cape.JS,
and we have released the version 1.0.0.</p>

<h3 id="which-browsers-are-supported:d680e8a854a7cbad6d490c445cba2eba">Which browsers are supported?</h3>

Expand Down

0 comments on commit 29c4c71

Please sign in to comment.