Skip to content

Commit 2690e2f

Browse files
authored
Update README.md
Fix typo
1 parent 991affa commit 2690e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Run `carthage update` to build the framework and drag the built `Highlightr.fram
6868
Highlightr provides two main classes:
6969

7070
### Highlightr
71-
This is the main endpoint, you can use it to convert code strings into NSAttributted strings.
71+
This is the main endpoint, you can use it to convert code strings into NSAttributed strings.
7272
```Swift
7373
let highlightr = Highlightr()
7474
highlightr.setTheme(to: "paraiso-dark")

0 commit comments

Comments
 (0)