diff --git a/README.md b/README.md index 508147d..508984a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # SimpleHttpServerJS / Multi-Directors Http Server (mdhs) SimpleHttpServerJS is a simple and multiple directors http server, sometimes you need a simple http server to export some files in different folders, you can use this to do that. @@ -9,7 +11,7 @@ SimpleHttpServerJS is a simple and multiple directors http server, sometimes you SimpleHttpServerJS uses a number of open source projects to work properly: -* [node.js] - Let javascript run on server side. (v0.12 and v4.21 later) +* [node.js] - Let javascript run on server side. (v0.12+ or v4.x or later) * [minimist] - Help to parse program arguments. * [mime-types] - Help to set correct mime types. @@ -94,5 +96,3 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -