From a465b74b0256b9f4eb2cc2eba84a4de99e7e54fb Mon Sep 17 00:00:00 2001 From: Erkan Yilmaz Date: Sat, 21 Jan 2012 16:16:06 +0100 Subject: [PATCH] 2 fixes in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 560a7c3..a0efc9a 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Make sure [node.js](http://nodejs.org/#download) is installed. Then install `nod NODELOAD ================ -`nodeload` is collection of independent [node.js](http://nodejs.org/) modules for load testing HTTP services. +`nodeload` is a collection of independent [node.js](http://nodejs.org/) modules for load testing HTTP services. -As a developer, you should be able write load tests and get informative reports without having to learn another framework. You should be able to build by example and selectively use the parts of a tool that fit your task. Being a library means that you can use as much or as little of `nodeload` as makes sense, and you can create load tests with the power of a full programming language. For example, if you need to execute some function at a given rate, just use the [`'nodeload/loop'`](https://github.com/benschmaus/nodeload/tree/master/doc/loop.md) module, and write the rest yourself. +As a developer, you should be able to write load tests and get informative reports without having to learn another framework. You should be able to build by example and selectively use the parts of a tool that fit your task. Being a library means that you can use as much or as little of `nodeload` as makes sense, and you can create load tests with the power of a full programming language. For example, if you need to execute some function at a given rate, just use the [`'nodeload/loop'`](https://github.com/benschmaus/nodeload/tree/master/doc/loop.md) module, and write the rest yourself. In addition, `nodeload` is built for operability. It can always be deployed by simply copying the single file, `nodeload.js`. @@ -168,4 +168,4 @@ The `http` module provides a generic HTTP server that serves static files and th CONTRIBUTING ================ -File bugs on [github](https://github.com/benschmaus/nodeload/issues), email any of the authors, and fork away. [doc/developers.md](https://github.com/benschmaus/nodeload/tree/master/doc/developers.md) has brief instructions on getting tests up and running, and will hold more design details in the future. Contributions are always welcome. \ No newline at end of file +File bugs on [github](https://github.com/benschmaus/nodeload/issues), email any of the authors, and fork away. [doc/developers.md](https://github.com/benschmaus/nodeload/tree/master/doc/developers.md) has brief instructions on getting tests up and running, and will hold more design details in the future. Contributions are always welcome.