Skip to content

Commit 507878a

Browse files
authored
Update README.md
1 parent 64a9477 commit 507878a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
> [!IMPORTANT]
2-
> Viewing alpha v1 documentation – usable but expect breaking changes. For stable version, see [here](https://github.com/typicode/json-server/tree/v0)
3-
41
# json-server
52

63
[![Node.js CI](https://github.com/typicode/json-server/actions/workflows/node.js.yml/badge.svg)](https://github.com/typicode/json-server/actions/workflows/node.js.yml)
74

5+
> [!IMPORTANT]
6+
> Viewing alpha v1 documentation – usable but expect breaking changes. For stable version, see [here](https://github.com/typicode/json-server/tree/v0)
7+
88
## Install
99

1010
```shell
@@ -83,6 +83,13 @@ Run `json-server --help` for a list of options
8383

8484
[Become a sponsor and have your company logo here](https://github.com/users/typicode/sponsorship)
8585

86+
## Sponsorware
87+
88+
> [!NOTE]
89+
> This project uses the [Fair Source License](https://fair.io/). Only organizations with 3+ users are kindly asked to contribute a small amount through sponsorship [sponsor](https://github.com/sponsors/typicode) for usage. __This license helps keep the project sustainable and healthy, benefiting everyone.__
90+
>
91+
> For more information, FAQs, and the rationale behind this, visit [https://fair.io/](https://fair.io/).
92+
8693
## Routes
8794

8895
Based on the example `db.json`, you'll get the following routes:
@@ -188,9 +195,3 @@ json-server -s ./static -s ./node_modules
188195
- `id` is always a string and will be generated for you if missing
189196
- use `_per_page` with `_page` instead of `_limit`for pagination
190197
- use Chrome's `Network tab > throtling` to delay requests instead of `--delay` CLI option
191-
192-
## License
193-
194-
This project uses the [Fair Source License](https://fair.io/). Note: Only organizations with 3+ users need to contribute a small amount through sponsorship [sponsor](https://github.com/sponsors/typicode) for usage. This license helps keep the project sustainable and healthy, benefiting everyone.
195-
196-
For more information, FAQs, and the rationale behind this, visit [https://fair.io/](https://fair.io/).

0 commit comments

Comments
 (0)