Skip to content

Commit d45dff1

Browse files
committed
Update README.md with license information
1 parent 14a11a6 commit d45dff1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,17 @@ DELETE /posts/1
115115
DELETE /posts/1?_include=comments
116116
```
117117

118-
# Serving static files
118+
## Serving static files
119119

120120
If you create a `./public` directory, JSON Serve will serve its content in addition to the REST API. You can add custom directories using `-s/--static` option.
121121

122122
```sh
123123
json-server -s ./static
124124
json-server -s ./static -s ./node_modules
125125
```
126+
127+
## License
128+
129+
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.
130+
131+
For more information, FAQs, and the rationale behind this, visit [https://fair.io/](https://fair.io/).

0 commit comments

Comments
 (0)