Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
efmr committed May 25, 2016
2 parents 9bc4c4b + c1f57d4 commit 2c5e6d1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ browser.
## Install

```
npm install Cloudoki/elastic-event-js
npm install elastic-event-js
```

```
Expand Down
2 changes: 1 addition & 1 deletion docs/ElasticEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ <h2><a href="index.html">Home</a></h2><h3>Externals</h3><ul><li><a href="externa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sun May 22 2016 16:58:49 GMT+0100 (WEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed May 25 2016 14:26:52 GMT+0100 (WEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/elastic-event.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ <h2><a href="index.html">Home</a></h2><h3>Externals</h3><ul><li><a href="externa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sun May 22 2016 16:58:49 GMT+0100 (WEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed May 25 2016 14:26:52 GMT+0100 (WEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/external-requestBodySearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h2><a href="index.html">Home</a></h2><h3>Externals</h3><ul><li><a href="externa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sun May 22 2016 16:58:49 GMT+0100 (WEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed May 25 2016 14:26:52 GMT+0100 (WEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/external-response.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h2><a href="index.html">Home</a></h2><h3>Externals</h3><ul><li><a href="externa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sun May 22 2016 16:58:49 GMT+0100 (WEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed May 25 2016 14:26:52 GMT+0100 (WEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Features</h2><ul>
<li>Bulk saving of events for reduced overhead</li>
<li>Save queued events before unload of window</li>
</ul>
<h2>Install</h2><pre class="prettyprint source"><code>npm install Cloudoki/elastic-event-js</code></pre><pre class="prettyprint source"><code>bower install Cloudoki/elastic-event-js</code></pre><pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cloudoki.github.io/elastic-event-js/dist/elastic-event.min.js&quot; type=&quot;text/javascript&quot;>&lt;/script></code></pre><h2>Usage</h2><p>Configuration</p>
<h2>Install</h2><pre class="prettyprint source"><code>npm install elastic-event-js</code></pre><pre class="prettyprint source"><code>bower install Cloudoki/elastic-event-js</code></pre><pre class="prettyprint source lang-html"><code>&lt;script src=&quot;https://cloudoki.github.io/elastic-event-js/dist/elastic-event.min.js&quot; type=&quot;text/javascript&quot;>&lt;/script></code></pre><h2>Usage</h2><p>Configuration</p>
<pre class="prettyprint source lang-javascript"><code>var elasticevent = new ElasticEvent({
host: 'https://api.elasticsearch.com',
index: 'your_index',
Expand Down Expand Up @@ -127,7 +127,7 @@ <h2><a href="index.html">Home</a></h2><h3>Externals</h3><ul><li><a href="externa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Sun May 22 2016 16:58:49 GMT+0100 (WEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Wed May 25 2016 14:26:52 GMT+0100 (WEST)
</footer>

<script> prettyPrint(); </script>
Expand Down

0 comments on commit 2c5e6d1

Please sign in to comment.