Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn authored Sep 30, 2024
1 parent d2d4e84 commit c71bf25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
**Imperat** is a high-performance, general-purpose command dispatching framework built in Java.
Designed to be platform-agnostic, Imperat is capable of handling massive numbers of commands efficiently.
Whether you're building microservices, game engines, or any other system that requires command dispatching,
Imperat provides a flexible and powerful foundation.
Imperat provides a flexible and powerful foundation, that can handle complex command graphs incluing middle optional arguments,
with a smart algorithm called `SmartUsageResolve`.

## Features

Expand Down Expand Up @@ -78,4 +79,4 @@ Imperat is released under the MIT License. See `LICENSE` for more information.
## Credits

- Mqzn and iiAhmedYT (the original authors of Imperat) <br>
Some features/ideas were inspired from [Lamp](https://github.com/Revxrsal/Lamp).
Some features/ideas were inspired from [Lamp](https://github.com/Revxrsal/Lamp).

0 comments on commit c71bf25

Please sign in to comment.