Skip to content

Commit

Permalink
fix docs mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 10, 2024
1 parent 7221f9d commit 27794c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1_patcher_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ReVanced Patcher has a simple API that allows you to load patches and integratio
Later on, you will learn how to create patches.

```kt
val patches = loadPatchesFromJar(File("revanced-patches.jar"))
val patches = loadPatchesFromJar(setOf(File("revanced-patches.jar")))
val integrations = setOf(File("integrations.apk"))

// Instantiating the patcher will decode the manifest of the APK file to read the package and version name.
Expand Down

0 comments on commit 27794c9

Please sign in to comment.