Skip to content

Commit 1084d2f

Browse files
authored
Update README.md
1 parent ea5938a commit 1084d2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Lighting-fast means it's there before the sound the spacebar makes ends. `[when
77
### Features
88
- **Any File Types**: `.swift`, `.py`, `.yaml`, `.xml`, `.json`, as well as files without extensions. --> please tell me what you need.
99
- **Syntax Highlighting**: Already handles various expressions and symbols --> please tell me what else you need.
10-
- **Lazy Loading**: Load line per chunks for immediate viewing, stops when view disapears.
11-
- **Pure Swift**: only the code that is necessary: the minimum.
10+
- **Lazy Loading**: Load sline per chunks for immediate viewing, stops when view disapears.
11+
- **Pure Swift**: Only the code that is necessary: the minimum.
1212
- **Main-Thread Offloading**: All file loading and processing are done off the main thread, safeguarding against't system freezes.
1313
- **As safe as your file**: Sandboxed, hardened, notarized, doesn't require internet or any permission whatsoever, doesn't run the files, but applies formatting on strings that match a pattern.
14-
- **No File Associations**: Doesn't replace the default app for opening files, and text is selectable accross lines for copy/pasting
14+
- **No File Associations**: Doesn't replace the default app for opening files, and text is selectable accross lines for copy/pasting.
1515

1616

1717
### Download from release or from the repository

0 commit comments

Comments
 (0)