Skip to content

Commit

Permalink
hunting down typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderNey committed May 26, 2024
1 parent d830352 commit 96b6762
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The circuit breaker pattern is meant to enhance application resilience by preven

Overall, the circuit breaker pattern ensures more resilient and responsive interactions between clients and backend systems, leading to better performance and reliability.

## State Diagaram
## State Diagram

```mermaid
stateDiagram-v2
Expand All @@ -42,7 +42,7 @@ dependencies: [
]
```

Normally you'll want to depend on the `CircuitBreake` target:
Normally you'll want to depend on the `CircuitBreaker` target:

```swift
.product(name: "CircuitBreaker", package: "CircuitBreaker")
Expand Down Expand Up @@ -90,7 +90,7 @@ let config = CircuitBreaker.Config(
```

### License
[HL3-MEDIA-MIL-MY-TAL-XUAR](https://firstdonoharm.dev/version/3/0/media-mil-my-tal-xuar.html) Lincense TLDR:
[HL3-MEDIA-MIL-MY-TAL-XUAR](https://firstdonoharm.dev/version/3/0/media-mil-my-tal-xuar.html) License TLDR:

Don't worry*, uou are free to modify, distribute and use this software without meantioning the author. However there are a few restrictions that promotes ethical software development by requiring adherence to guidelines that prevent harm and respect human rights and ensures the software is freely usable and modifiable.
Don't worry*, you are free to modify, distribute and use this software for private or commercial use without mentioning the author. However there are a few restrictions that promotes ethical software development by requiring adherence to guidelines that prevent harm and respect human rights and ensures the software is freely usable and modifiable.

0 comments on commit 96b6762

Please sign in to comment.