moost 0.0.1-beta.2 → 0.0.1-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,17 +3,17 @@
3
3
  **!!! This is work-in-progress library, breaking changes are expected !!!**
4
4
 
5
5
  <p align="center">
6
- <img src="./docs/icon.png" width="128px"><br>
6
+ <img src="./docs/moost_composite_icon.png" width="370px"><br>
7
7
  <a href="https://github.com/prostojs/moost/blob/main/LICENSE">
8
8
  <img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge" />
9
9
  </a>
10
10
  </p>
11
11
 
12
- Moost is a Metadata driven Web App Framework inspired by [nestjs](https://nestjs.com/) and powered by [wooks](https://github.com/prostojs/wooks).
12
+ Moost is a Metadata driven Web App Framework inspired by [nestjs](https://nestjs.com/) and powered by [wooks](https://github.com/wooksjs/wooks).
13
13
 
14
14
  The main ideas behind Moost are:
15
15
  1. Use the power of TS decorators to describe your app
16
- 2. Use the power of [wooks](https://github.com/prostojs/wooks) to process http requests
16
+ 2. Use the power of [wooks](https://github.com/wooksjs/wooks) to process http requests
17
17
  3. Make it easier to control dependency injections
18
18
  4. Use as less external dependencies as possible
19
19