Skip to content

Commit

Permalink
edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heifade committed Nov 23, 2017
1 parent 9f8225b commit 34b7263
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
script :
- "npm run build"
- "npm run docs"
- "git add es docs"
- "git commit -m 'auto build and docs by travis'"
- "git add es"
- "git commit -m 'auto build by travis'"
- "npm test"
after_script:
- "npm run test-nyc"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ mysql-i
[npm-url]: https://npmjs.org/package/mysql-i
[downloads-image]: https://img.shields.io/npm/dm/mysql-i.svg


# 开发文档
[中文文档](https://github.com/heifade/mysql-i/docs/index.html)
docs/index.html

# 安装
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1 id="mysql-i">mysql-i</h1>
<a href="https://travis-ci.org/heifade/mysql-i"><img src="https://travis-ci.org/heifade/mysql-i.svg" alt="Build"></a>
<a href="https://coveralls.io/github/heifade/mysql-i?branch=master"><img src="https://coveralls.io/repos/github/heifade/mysql-i/badge.svg" alt="Test Coverage"></a></p>
<h1 id="-">开发文档</h1>
<p><a href="https://github.com/heifade/mysql-i/docs/index.html">中文文档</a></p>
<p>docs/index.html</p>
<h1 id="-">安装</h1>
<pre><code class="lang-bash">npm install mysql-i
</code></pre>
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": "mysql-i",
"version": "2.0.15",
"version": "2.0.16",
"description": "mysql interface, base on mysql",
"main": "./es/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 34b7263

Please sign in to comment.