Skip to content

Commit 7eb43dd

Browse files
committed
Update README.md
1 parent 409581d commit 7eb43dd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
StringContainsOperators is a Swift library that simplifies searching for multiple strings within a given text. By using custom infix operators and predicates, you can create complex and flexible search patterns that make it easy to find if strings exist in your text.
88

9+
![Example](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMTQxZTA5NzMyNGQ0NjQ2YzY2YmI4OGY5ODZjNGJiNWViNmI0OWE3OSZjdD1n/aWYYLfaHwbQAtuuWAM/giphy.gif)
10+
911
## Usage
1012

1113
Here's a quick example of how you can use StringContainsOperators:
@@ -43,7 +45,7 @@ print(result5) // true
4345
You can install StringContainsOperators using Swift Package Manager (SPM). Simply add the following line to your dependencies in your Package.swift file:
4446

4547
```swift
46-
.package(url: "https://github.com/Tavernari/StringContainsOperators.git", from: "1.0.0")
48+
.package(url: "https://github.com/Tavernari/StringContainsOperators.git", from: "1.1.1")
4749
```
4850

4951
### Cocoapods

0 commit comments

Comments
 (0)