Update README.md

This commit is contained in:
Deadpikle
2018-05-16 14:32:51 -04:00
parent cb57d0f1e2
commit f438543ec4
2 changed files with 5 additions and 1 deletions
@@ -1189,7 +1189,7 @@ typedef NS_ENUM(NSInteger, ParagraphIndentation) {
NSString *checkString = self.BULLET_STRING;
if (checkString.length > 1) {
// chop off last letter and use that
checkString = [checkString substringToIndex:[checkString length]-1];
checkString = [checkString substringToIndex:checkString.length - 1];
}
//else return;
NSUInteger checkStringLength = [checkString length];
+4
View File
@@ -27,6 +27,10 @@ This library is based upon Deadpikle's [iOS Rich Text Editor](https://github.com
- Paragraph indent/outdent
- Bulleted lists
### Compatibility
The rich text editor is compatible with macOS 10.10+. It might work on older versions, but this has not been tested.
#### Keyboard Shortcuts
| Shortcut | Action |