Skip to content

Commit 948ad03

Browse files
committed
Update README.MD
Provide additional clarity of wording and consistency to the readme file. (:trolley:) + god damnit
1 parent dd30d42 commit 948ad03

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.MD

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
A library mod for 1.7.10 with lots of useful stuff. See the table below for more information.
22

3-
| Package | Stuff it has |
3+
| Package | Contents / Purpose |
44
|-----------------------------------------------------------------|-----------------------------------------------------------------|
5-
| [compat](src/main/java/com/falsepattern/lib/compat) | Code backported from vanilla 1.12.2. |
5+
| [compat](src/main/java/com/falsepattern/lib/compat) | Code backported from vanilla 1.12.2 |
66
| [config](src/main/java/com/falsepattern/lib/config) | 1.12.2-style annotation-based config library |
7-
| [dependencies](src/main/java/com/falsepattern/lib/dependencies) | Runtime dependency loader. Uses Maven. |
7+
| [dependencies](src/main/java/com/falsepattern/lib/dependencies) | Runtime dependency loader which uses Maven |
88
| [mixin](src/main/java/com/falsepattern/lib/mixin) | Mixin loader plugin boilerplate code |
99
| [text](src/main/java/com/falsepattern/lib/text) | Better Chat and GUI text processing |
10-
| [util](src/main/java/com/falsepattern/lib/util) | Additional stuff that don't fit the above categories. See below |
10+
| [util](src/main/java/com/falsepattern/lib/util) | Additional utilities that do not fit the above categories, see below for more information |
1111

1212
The contents of the [util](src/main/java/com/falsepattern/lib/util) package so far:
1313

14-
| Class | What it does |
14+
| Class | Purpose |
1515
|--------------|----------------------------------------------------------------------------------------------------------------|
16-
| ResourceUtil | Provides methods for efficiently retrieving resources from SPECIFIC jar files, instead of the entire classpath |
16+
| ResourceUtil | Provides methods for efficiently retrieving resources from SPECIFIC jar files instead of the entire classpath |
1717

1818

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

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

23-
[![POOP badge](https://raw.githubusercontent.com/gist/poop-person/991e80f390384bbeef09d208bff208f4/raw/a9ef83add84a70f2202896c2d81117ff7b169be1/poop-badge.svg)](https://gist.github.com/poop-person/991e80f390384bbeef09d208bff208f4)
23+
[![POOP badge](https://raw.githubusercontent.com/gist/poop-person/991e80f390384bbeef09d208bff208f4/raw/a9ef83add84a70f2202896c2d81117ff7b169be1/poop-badge.svg)](https://gist.github.com/poop-person/991e80f390384bbeef09d208bff208f4)

0 commit comments

Comments
 (0)