Skip to content

Commit 53a7267

Browse files
authored
chore: fix special characters escaping issue link in README (#82)
## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/dmnd/dedent/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/dmnd/dedent/blob/main/.github/CONTRIBUTING.md) were taken ## Overview I don't think it should look like this :) ![image](https://github.com/dmnd/dedent/assets/61150013/047dbb21-2b0f-40cf-b09b-b29d6e0e4510)
1 parent f1b814e commit 53a7267

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
@@ -129,7 +129,7 @@ dedent.withOptions({ escapeSpecialCharacters: true })`
129129
`;
130130
```
131131

132-
For more context, see [https://github.com/dmnd/dedent/issues/63](🚀 Feature: Add an option to disable special character escaping).
132+
For more context, see [🚀 Feature: Add an option to disable special character escaping](https://github.com/dmnd/dedent/issues/63).
133133

134134
## License
135135

0 commit comments

Comments
 (0)