Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jindw committed May 3, 2014
1 parent 6c93ce3 commit f48b36e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
@@ -0,0 +1,8 @@
## 查看文档:

var litedocDir = require.resolve('litedoc').replace(/[\w\.]+$/,'');
require('litedoc').start(litedocDir);
## 使用litedoc

//在当前目录下启动一个litedoc 服务
require('litedoc').start();

0 comments on commit f48b36e

Please sign in to comment.