Skip to content

Commit 02d7eec

Browse files
authored
minor typo fixes in readme
1 parent 069a285 commit 02d7eec

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
@@ -16,11 +16,11 @@ npm install get-source
1616
- [x] **Asynchronous** API — good for everything web!
1717
- [x] Built-in cache
1818

19-
## What for
19+
## What For
2020

2121
- [x] Call stacks enhanced with source code information (see the [StackTracey](https://github.com/xpl/stacktracey) library)
2222
- [x] [Advanced logging](https://github.com/xpl/ololog) / assertion printing
23-
- [x] [Error displaying components](https://github.com/xpl/panic-overlay) for front-end web development
23+
- [x] [Error displaying components](https://github.com/xpl/panic-overlay) for the front-end web development
2424

2525
## Usage (Synchronous)
2626

@@ -67,7 +67,7 @@ file = await getSource.async ('./scripts/index.min.js')
6767
location = await file.resolve ({ line: 1, column: 8 })
6868
```
6969

70-
## Error handling
70+
## Error Handling
7171

7272
In synchronous mode, it never throws (due to backward compatibility reasons with existing code):
7373

0 commit comments

Comments
 (0)