Skip to content

Commit

Permalink
README.md wording (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmBhandal authored Oct 20, 2023
1 parent 309d8bb commit eb24035
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p align="center"><br/><img width="200" src="https://genesys.github.io/mollitia/icon.svg" alt="Mollitia Icon"/><br/><br/></p>

`Mollitia` is a **JavaScript Resilience** library that works on Node and on browsers.
The purpose of such kind of tool is to help organize **asynchronous operations** under a highly customizable circuit that helps managing error use cases.
Its purpose is to help organize **asynchronous operations** under a highly customizable circuit that helps manage error use cases.
When everything is falling apart, it stops the classic flow and uses modules to manage failures.

## Documentation
Expand Down Expand Up @@ -58,8 +58,8 @@ await circuit.fn(yourFunction).execute('dummy');

## Features

The point of `Mollitia` is to get every **Resilience patterns** into one library.
It is very similar at what does [Resilience4j](https://github.com/resilience4j/resilience4j) on **Java**, but on **Node**.
The point of `Mollitia` is to get every **Resilience pattern** into one library.
It is very similar to the [Resilience4j](https://github.com/resilience4j/resilience4j) **Java** library, but on **Node**.

- Works on Node and on browser (even **Internet Explorer 11**, wow).
- Implements a wide variety of Resilience patterns.
Expand All @@ -72,11 +72,11 @@ It is very similar at what does [Resilience4j](https://github.com/resilience4j/r
- Misses the **Cache** and **Ratelimit** modules.
- Cannot create **module** or **addons**.
- [opossum](https://github.com/nodeshift/opossum)
- **Only support the Circuit Breaker module**
- **Only supports the Circuit Breaker module**
- Cannot have **Method Agnostic** circuits.
- Cannot create **module** or **addons**.
- [brakes](https://github.com/awolden/brakes)
- **Only support the Circuit Breaker module**
- **Only supports the Circuit Breaker module**
- Cannot have **Method Agnostic** circuits.
- Cannot create **module** or **addons**.

Expand Down

0 comments on commit eb24035

Please sign in to comment.