Skip to content

Commit

Permalink
v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyelee committed Feb 2, 2015
1 parent bb66767 commit cd02c65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2.3 / February 1, 2015
==================
* update the README and description

2.2.2 / December 20, 2014
==================
* update the README and add snapshot
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ mdserver

Static http server with markdown supported.

`mdserver` can start a http server with given directory(default to current directory) as the `DocumentRoot`. U can also specify the port.
`mdserver` can start a http server which acts like the `python -m SimpleHTTPServer` but has more [options](#Options)

Beside `markdown` files, `mdserver` supports most of the common used file types, include `html`, `json`, and other static files like `js`, `css`, and `png` etc. Due to those, `mdserver` can also be simply used as a alternative to the `python -m SimpleHTTPServer`.

## Snapshot

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mdserver",
"version": "2.2.2",
"description": "static http server with markdown support",
"version": "2.2.3",
"description": "static http server with markdown supported",
"main": "index.js",
"bin": "index.js",
"dependencies": {
Expand Down

0 comments on commit cd02c65

Please sign in to comment.