Skip to content

Commit ac55a66

Browse files
committed
update readme
1 parent 3d6e70c commit ac55a66

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
@@ -15,15 +15,15 @@ The contents of the [util](src/main/java/com/falsepattern/lib/util) package so f
1515
| Class | Purpose |
1616
|---------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
1717
| [ResourceUtil](src/main/java/com/falsepattern/lib/util/ResourceUtil.java) | Provides methods for efficiently retrieving resources from SPECIFIC jar files instead of the entire classpath |
18-
| [Async](src/main/java/com/falsepattern/lib/util/Async.java) | Provides asynchronous execution utilities. |
18+
| [Async](src/main/java/com/falsepattern/lib/util/Async.java) | Provides asynchronous execution utilities |
1919

2020

2121
Anything annotated with [@StableAPI](src/main/java/com/falsepattern/lib/StableAPI.java) is guaranteed to not change in patch versions.
2222

23-
The update checker module and the library checker module can be toggled with the `ENABLE_UPDATE_CHECKER` and
23+
The update checker module and the library downloader module can be toggled with the `ENABLE_UPDATE_CHECKER` and
2424
`ENABLE_LIBRARY_DOWNLOADS` booleans in the `falsepatternlib.cfg` config file respectively. Note that the update checker
2525
depends on the module downloader to grab [FJson](https://github.com/FalsePattern/FJson), so if it's not already present
26-
on disk, disabling the library loader breaks the update checker. This is only required the first time though.
26+
on disk, disabling the library loader breaks the update checker. This is only required the first time download, though.
2727

2828
### This project WILL NOT be ported to any version beyond 1.7.10, don't even ask
2929

0 commit comments

Comments
 (0)