Skip to content

Commit

Permalink
update logo to proper Clinic one. plus typos (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor O'Neill authored and AndreasMadsen committed Jan 24, 2018
1 parent 6aa7130 commit 902a2cb
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 3,519 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![banner](logo.png)

# node-clinic

[![npm version][2]][3] [![build status][4]][5] [![build status][12]][13]
[![downloads][8]][9] [![js-standard-style][10]][11]

Expand All @@ -11,15 +12,16 @@ npm install -g clinic
```

## Getting started

As a first step, run the <code>clinic doctor</code>:

<code>clinic doctor -- node server.js</code>
<code>clinic doctor -- node server.js</code>

Then benchmark your server with <code>wrk</code> or <code>autocannon</code>:

```
wrk http://localahost:3000
autocannon http://localahost:3000
wrk http://localhost:3000
autocannon http://localhost:3000
```

Finally shut down your server (Ctrl+C). Once the server process has shutdown
Expand All @@ -28,6 +30,7 @@ you are having. Based on the issue type, it will provide a recommendation for
you.

## Report an issue

If you encounter any issue, feel free to send us an issue report at:

```
Expand All @@ -42,6 +45,7 @@ clinic upload 1000.clinic-doctor
```

## More information

For more information use the <code>--help</code> option:

```
Expand All @@ -50,13 +54,15 @@ clinic upload --help
```

## Flags

```
-h | --help Display Help
-v | --version Display Version
```

## License
[Apache 2.0](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))

[Apache 2.0](<https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)>)

[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 902a2cb

Please sign in to comment.