diff --git a/README.md b/README.md index 213f8f8e..b0d9d1b9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > **Note:** While Proton is already a very powerful and flexible framework, it is still in early stages of development. The APIs and public interfaces are still undergoing revisions and may introduce breaking changes with every version bump before reaching stable version 1.0.0. -![Build](https://github.com/rajdeep/proton/workflows/Build/badge.svg) [![codecov](https://codecov.io/gh/rajdeep/proton/branch/main/graph/badge.svg)](https://codecov.io/gh/rajdeep/proton) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +![Build](https://github.com/rajdeep/proton/workflows/Build/badge.svg) [![codecov](https://codecov.io/gh/rajdeep/proton/graph/badge.svg?token=NEN5T1M2S5)](https://codecov.io/gh/rajdeep/proton) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) Proton is a simple library that allows you to extend the behavior of a textview to add rich content that you always wanted. It provides simple API that allows you to extend the textView to include complex content like nested textViews or for that matter, any other UIView. In the simplest terms - It's what you always wanted `UITextView` to be.