diff --git a/README.md b/README.md index fef69f7..d1a49d3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ It should be noted that is very simple in its implementation, and so it may not be appropriate for serving sites with lots of users. After all, the code is single threaded and use a single process, -although it can handle multiple requests concurrently. +although it can handle multiple clients at the same time. If a user request path is a directory, **gmid** diff --git a/gmid.1 b/gmid.1 index e294253..e8ab4d2 100644 --- a/gmid.1 +++ b/gmid.1 @@ -53,7 +53,7 @@ It should be noted that is very simple in its implementation, and so it may not be appropriate for serving sites with lots of users. After all, the code is single threaded and use a single process, -although it can handle multiple requests concurrently. +although it can handle multiple clients at the same time. .Pp If a user request path is a directory, .Nm