Skip to content

Commit c74f44d

Browse files
committed
Fixed error in README
1 parent 460e1c9 commit c74f44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If your mod is written in Java (and is, hence, a Jar mod), use this method.
3333
2. **Add the library Jar file into your project as a Java dependency:**
3434

3535
This is a necessary step before you can compile your mod, since the library Jar contains the methods (functions) used to access custom JSON tags.\
36-
To get the library file, either download the latest release of `CustomJsonLib.jar` (NOT `CustomJsonLibDesktop.jar`) from Releases, or compile your own (See [Building](#building) below).
36+
To get the library file, either download the latest release of `CustomJsonLib.jar` (NOT `CustomJsonLibCrossPlatform.jar`) from Releases, or compile your own (See [Building](#building) below).
3737

3838

3939
Copy the file into a directory called `lib/` you must create on your mod's root directory:

0 commit comments

Comments
 (0)