Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed May 10, 2014
1 parent 2688c12 commit adbb5cb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,26 @@ peento-blog-comment-local
=========================

给peento-blog的文章页面增加本地存储的评论框


使用方法
========

```JavaScript
app.use('blog');

// 在blog插件后执行
app.use('blog-comment-local');
```


创建MySQL表结构
========

参考文件 [install/tables.sql](https://github.com/peento/peento-blog-comment-local/blob/master/install/tables.sql)


授权协议
========

**The MIT License**

0 comments on commit adbb5cb

Please sign in to comment.