Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep authored Dec 2, 2024
1 parent b49981f commit 70e27ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 70e27ac

Please sign in to comment.