Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptedBytes authored Sep 23, 2021
1 parent 277daa0 commit afc4a25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,27 @@
* **

### Remap Classes

```java
ClassRemapperAPI.startClassRemapping("input.jar", "output.jar");
```

<p></p>

---------------------------------

### Remap Fields

```java
ClassRemapperAPI.startFieldRemapping("input.jar", "output.jar");
```

<p></p>

---------------------------------

### Set Custom Dictionary

```java
ClassRemapperAPI.setDictionary("Il");
```

0 comments on commit afc4a25

Please sign in to comment.