This repository was archived by the owner on Sep 25, 2023. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://www.travis-ci.com/micheleriva/krabs.svg?branch=main )] ( https://www.travis-ci.com/micheleriva/krabs )
4
4
[ ![ 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 )
6
6
7
7
** Krabs** is an enterprise-ready Express.js middleware for serving ** thousands** of different websites from a single Next.js instance.
8
8
@@ -51,7 +51,7 @@ You can watch a video introduction on **YouTube**:
51
51
<img src =" /misc/krabs-yt-intro.png " />
52
52
</a >
53
53
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.
55
55
Write the following configuration inside a ` .krabs.js ` or ` .krabs.config.js ` file inside of the root of your project:
56
56
57
57
``` js
@@ -153,7 +153,7 @@ You can find the full documentation (with real code examples) [here](https://mic
153
153
154
154
# License
155
155
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 ) .
157
157
158
158
<br />
159
159
You can’t perform that action at this time.
0 commit comments