Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Commit a1dc0a1

Browse files
committed
docs: fixed typos in readme
1 parent 03d9821 commit a1dc0a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://www.travis-ci.com/micheleriva/krabs.svg?branch=main)](https://www.travis-ci.com/micheleriva/krabs)
44
[![codecov](https://codecov.io/gh/micheleriva/krabs/branch/main/graph/badge.svg?token=s46QYu6uUJ)](https://codecov.io/gh/micheleriva/krabs)
5-
[![NPM Downloads](https://img.shields.io/npm/dt/krabs)](https://www.npmjs.com/package/krabs)
5+
[![NPM Downloads](https://img.shields.io/npm/dt/krabs)](https://w,ww.npmjs.com/package/krabs)
66

77
**Krabs** is an enterprise-ready Express.js middleware for serving **thousands** of different websites from a single Next.js instance.
88

@@ -51,7 +51,7 @@ You can watch a video introduction on **YouTube**:
5151
<img src="/misc/krabs-yt-intro.png" />
5252
</a>
5353

54-
Let's say that we want to support three different websites with just one Next.js instance, and serve them using just one Express.js server.
54+
Let's say that we want to support two different websites with just one Next.js instance, and serve them using just one Express.js server.
5555
Write the following configuration inside a `.krabs.js` or `.krabs.config.js` file inside of the root of your project:
5656

5757
```js
@@ -153,7 +153,7 @@ You can find the full documentation (with real code examples) [here](https://mic
153153

154154
# License
155155

156-
Krabs is _free as freedom_ and licensed under the [**GPL V3** license](/LICENSE.md).
156+
Krabs is _free as in freedom_ and licensed under the [**GPL V3** license](/LICENSE.md).
157157

158158
<br />
159159

0 commit comments

Comments
 (0)