Skip to content

Commit

Permalink
Some renames
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jan 8, 2024
1 parent 2c9cd1b commit 5840b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SwiftyRipgrep

[![SwiftyRipgrep](https://github.com/chimerarun/SwiftyRipgrep/actions/workflows/SwiftyRipgrep.yml/badge.svg)](https://github.com/chimerarun/SwiftyRipgrep/actions/workflows/SwiftyRipgrep.yml)
[![SwiftyRipgrep](https://github.com/tuist/SwiftyRipgrep/actions/workflows/SwiftyRipgrep.yml/badge.svg)](https://github.com/tuist/SwiftyRipgrep/actions/workflows/SwiftyRipgrep.yml)
![Platform](https://img.shields.io/badge/Platform-iOS%20%7C%20macOS-lightgrey)
![iOS Badge](https://img.shields.io/badge/iOS-13-green)
![macOS Badge](https://img.shields.io/badge/macOS-11-green)
Expand All @@ -15,7 +15,7 @@ SwiftyRipgrep is distributed as a Swift Package. All you need to do is to add th
let package = Package(
...
dependencies: [
.package(url: "https://github.com/chimerarun/SwiftyRipgrep.git", from: "13.0.0")
.package(url: "https://github.com/tuist/SwiftyRipgrep.git", from: "13.0.0")
],
...
)
Expand Down

0 comments on commit 5840b87

Please sign in to comment.