Skip to content

Commit

Permalink
docs: prep for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Aug 13, 2022
1 parent f390faa commit 0d7a40b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/cockatiel)](https://bundlephobia.com/result?p=cockatiel@0.1.0)
![No dependencies](https://img.shields.io/badge/dependencies-none-success)

> This is documentation for the 3.0 beta version. For docs on 2.0, please [go here](https://github.com/connor4312/cockatiel/blob/v2.0.2/readme.md).
Cockatiel is resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. .NET has [Polly](https://github.com/App-vNext/Polly), a wonderful one-stop shop for all your fault handling needs--I missed having such a library for my JavaScript projects, and grew tired of copy-pasting retry logic between my projects. Hence, this module!

npm install --save cockatiel@3.0.0-beta.1
npm install --save cockatiel

Then go forth with confidence:

Expand Down

0 comments on commit 0d7a40b

Please sign in to comment.