Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed May 10, 2016
1 parent b3847bb commit 3473aa4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ it('#1 should', function() {
```javascript
wd.addPromiseChainMethod(name, method);
```
[API](//macacajs.github.io/macaca-wd/docs)
[API](//macacajs.github.io/macaca-wd/docs/global.html)

## Demo

[macaca guide](//macacajs.github.io/macaca/guide.html)
[macaca getting-started](//macacajs.github.io/macaca/getting-started.html)
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -13875,7 +13875,7 @@ <h5>Returns:</h5>
<br class="clear">
</div>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue May 10 2016 10:04:39 GMT+0800 (CST) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue May 10 2016 10:08:25 GMT+0800 (CST) using the Minami theme.
</footer>
</body>
</html>
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ <h2>Installment</h2><pre class="prettyprint source lang-shell"><code>$ npm i mac

});

...</code></pre><h3>Extend</h3><pre class="prettyprint source lang-javascript"><code>wd.addPromiseChainMethod(name, method);</code></pre><p><a href="//macacajs.github.io/macaca-wd/docs">API</a></p>
<h2>Demo</h2><p><a href="//macacajs.github.io/macaca/guide.html">macaca guide</a></p></article>
...</code></pre><h3>Extend</h3><pre class="prettyprint source lang-javascript"><code>wd.addPromiseChainMethod(name, method);</code></pre><p><a href="//macacajs.github.io/macaca-wd/docs/global.html">API</a></p>
<h2>Demo</h2><p><a href="//macacajs.github.io/macaca/getting-started.html">macaca getting-started</a></p></article>
</section>


Expand All @@ -142,7 +142,7 @@ <h2>Demo</h2><p><a href="//macacajs.github.io/macaca/guide.html">macaca guide</a
<br class="clear">
</div>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue May 10 2016 10:04:39 GMT+0800 (CST) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue May 10 2016 10:08:25 GMT+0800 (CST) using the Minami theme.
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/macaca-wd.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@
<br class="clear">
</div>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue May 10 2016 10:04:39 GMT+0800 (CST) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a> on Tue May 10 2016 10:08:25 GMT+0800 (CST) using the Minami theme.
</footer>
</body>
</html>

0 comments on commit 3473aa4

Please sign in to comment.