Skip to content

Commit ab5cd0c

Browse files
committed
docs: fix formatting and typos
1 parent 4aff67e commit ab5cd0c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div align="center">
88
<h3>AdonisJS HTTP Server</h3>
9-
<p>A fully feature HTTP server with first class support for <strong>Route groups</strong>, <strong>Sub-domain routing</strong>, <strong>Middleware</strong> and <strong>Cookies</strong>.</p>
9+
<p>A fully featured HTTP server with first class support for <strong>Route groups</strong>, <strong>Sub-domain routing</strong>, <strong>Middleware</strong> and <strong>Cookies</strong>.</p>
1010
</div>
1111

1212
<br />

benchmarks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Benchmarks
22
The benchmark scheme is taken from the Fastify Github repo.
33

4-
**Machine**: MacBook Pro (Quad-Core Intel Core i7, 2.2GHz) 16GB RAM
5-
**Method**: autocannon -c 100 -d 40 -p 10 localhost:3000 * 2, taking the second average
4+
- **Machine**: MacBook Pro (Quad-Core Intel Core i7, 2.2GHz) 16GB RAM
5+
- **Method**: autocannon -c 100 -d 40 -p 10 localhost:3000 * 2, taking the second average
66

77
| Framework | Version | Router? | Requests/sec |
88
| :----------------- | :------------------------- | :----------: | -------------: |
9-
| **Fastify** | **^3.1.1** | **&#10003;** | **53277.6** |
9+
| **Fastify** | **3.1.1** | **&#10003;** | **53277.6** |
1010
| **AdonisJS** | **3.0.0** | **&#10003;** | **50313.6** |
1111

1212
You can run the same benchmarks by cloning the repo and then running the following command.

npm-audit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h5 class="card-title">
5555
<div class="card">
5656
<div class="card-body">
5757
<h5 class="card-title">
58-
July 24th 2020, 6:38:57 am
58+
July 24th 2020, 6:41:34 am
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

0 commit comments

Comments
 (0)