Skip to content

Commit 3445b0e

Browse files
authored
docs: readme + new license description
1 parent b759a0b commit 3445b0e

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Insomnia Mockbin ![version][npm-version] [![License][npm-license]][license-url]
22

3-
[![Gitter][gitter-image]][gitter-url]
3+
**Note:** This repository is source visibile, but not open-source. Please check the [LICENSE](LICENSE) before using this software.
44

5-
Insomnia Mockbin is used internally and maintained by [Kong](https://github.com/Kong), who also maintain the open-source API Gateway [Kong](https://github.com/Kong/kong).
5+
Insomnia Mockbin is maintained by [Kong](https://github.com/Kong), who also maintains the open-source API Gateway [Kong](https://github.com/Kong/kong) and [Insomnia](https://github.com/Kong/insomnia).
66

77
## Table of contents
88

@@ -21,7 +21,6 @@ Insomnia Mockbin is used internally and maintained by [Kong](https://github.com/
2121
- [Bugs and feature requests](#bugs-and-feature-requests)
2222
- [Contributing](#contributing)
2323
- [License](#license)
24-
- [TODO](#todo)
2524

2625
## Features
2726

@@ -179,25 +178,9 @@ Editor preferences are available in the [editor config](.editorconfig) for easy
179178
180179
## License
181180
182-
[MIT](LICENSE) © [Kong](https://www.konghq.com)
181+
[Enterprise](LICENSE) © [Kong](https://www.konghq.com)
183182
184183
[license-url]: https://github.com/Kong/mockbin/blob/master/LICENSE
185184
186185
[npm-license]: https://img.shields.io/npm/l/mockbin.svg?style=flat-square
187186
[npm-version]: https://img.shields.io/npm/v/mockbin.svg?style=flat-square
188-
[gitter-url]: https://gitter.im/Kong/mockbin
189-
[gitter-image]: https://img.shields.io/badge/Gitter-Join%20Chat-blue.svg?style=flat-square
190-
191-
## TODO
192-
193-
- [x] update node
194-
- [x] github action
195-
- [x] autofix on save
196-
- [x] upsert bin endpoint
197-
- [x] simplify entrypoint and environment
198-
- [x] replace unirest with fetch
199-
- [x] redis function binding
200-
- [ ] remove redis legacyMode
201-
- [ ] callback tests
202-
- [ ] add bin tests
203-
- [ ] wild cards in url

0 commit comments

Comments
 (0)