We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28af90b commit c7f6c15Copy full SHA for c7f6c15
1 file changed
README.md
@@ -5,7 +5,8 @@
5

6
7
```csharp
8
-text.OnClick(RegexURL, url => Debug.Log(url));
+var text = GetComponent<RegexHypertext>();
9
+text.OnClick(RegexUrl, url => Debug.Log(url));
10
text.OnClick(RegexHashtag, hashtag => Debug.Log(hashtag));
11
```
12
0 commit comments