Skip to content

Commit

Permalink
Update version and remove known issues from README
Browse files Browse the repository at this point in the history
The update removes outdated content about known issues and text dragging, and bumps the recommended installation version from 1.0.0 to 2.0.0 in the package dependency example.
  • Loading branch information
krzyzanowskim committed Feb 19, 2025
1 parent d30b176 commit 5f754c2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,16 @@ The financial sustainability of the project is possible thanks to the ongoing co

## 🗓️ Roadmap

STTextView is already well-suited as a text editor component. However, it still needs improvements before the release of v1.0

**Suggest** or **vote** for new features: [Feature Requests](https://github.com/krzyzanowskim/STTextView/discussions/14)

#### Known issues

- text dragging (partially implemented)

## 🚀 Getting Started

`STTextView` is distributed using the [Swift Package Manager](https://www.swift.org/package-manager/). Install it in a project by adding it as a dependency in your `Package.swift` manifest or through “Package Dependencies” in Xcode project settings

```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/krzyzanowskim/STTextView", from: "1.0.0")
.package(url: "https://github.com/krzyzanowskim/STTextView", from: "2.0.0")
]
)
```
Expand Down

0 comments on commit 5f754c2

Please sign in to comment.