Skip to content

Commit 9edb604

Browse files
committed
Update readme
1 parent 225a2cb commit 9edb604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ So, this utility attempts to handle everything. It:
3232
- Will autolink **phone numbers**
3333
- Will autolink **@mentions** (Twitter, Instagram, Soundcloud, TikTok, Youtube)
3434
- Will autolink **#hashtags** (Twitter, Instagram, Facebook, TikTok, Youtube)
35-
- Won't clobber URLs with #hash anchors by treating them as hashtags like some other libraries do. For example: `google.com/#anchor` is properly linked.
35+
- Won't clobber URLs with #hash anchors by treating them as hashtags (like some other libraries do). For example: `google.com/#anchor` is properly linked.
3636
- **Will properly handle HTML input.** The utility will not overwrite an `href`
3737
attribute inside anchor (`<a>`) tags or any other tag/attribute, and will not
3838
accidentally wrap the inner text of `<a>`/`<script>`/`<style>` tags with a new

0 commit comments

Comments
 (0)