Skip to content

Commit 5f9f42b

Browse files
committed
Update README.md
1 parent d8e9feb commit 5f9f42b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ one SSN -> 111-11-1111
2424
text.replace(ssnRegex, with: "___")
2525
// text is now:
2626
// one SSN -> ___
27-
// ⬛︎⬛︎⬛︎ <- another SSN
27+
// ___ <- another SSN
2828
}
2929
```
3030

@@ -133,7 +133,7 @@ let package = Package(
133133
name: "MyPackage",
134134
dependencies: [
135135
.package(
136-
url: "https://github.com/ladvoc/BijectiveDictionary.git",
136+
url: "https://github.com/DandyLyons/NativeRegexExamples",
137137
.upToNextMinor(from: "0.0.1")
138138
)
139139
],

0 commit comments

Comments
 (0)