diff --git a/Readme.md b/Readme.md index 0ee0883..35143cc 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,14 @@ # URL Request Operation ![Platforms](https://img.shields.io/badge/platform-macOS%20|%20iOS%20|%20tvOS%20|%20watchOS%20|%20Linux-lightgrey.svg?style=flat) [![SPM compatible](https://img.shields.io/badge/SPM-compatible-E05C43.svg?style=flat)](https://swift.org/package-manager/) [![License](https://img.shields.io/github/license/happn-app/URLRequestOperation.svg?style=flat)](License.txt) [![happn](https://img.shields.io/badge/from-happn-0087B4.svg?style=flat)](https://happn.com) +--- + +> [!NOTE] +> URLRequestOperation is no longer maintained by happn. +> A new version is available from its creator at [Frizlab/URLRequestOperation](https://github.com/Frizlab/URLRequestOperation). + +--- + Using OperationQueue for your URL requests (with a built-in retry mechanism). ## How to use