Skip to content

Commit e37cd8d

Browse files
authored
Update README.md
1 parent 1674652 commit e37cd8d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This mod does not add any packages of its own.
88

99
### Preamble
1010

11-
The registering of a custom package with the API is extremely easy, however the setup for a creation
12-
for a prefab is a quite tedious process.
11+
The registering of a custom package with the API is extremely easy, however the setup for the creation
12+
of prefabs is a quite tedious process.
1313

1414
I'm not going into details for this rn, but basically you would need to do these things:
1515
1. Extract the assets using a tool from the game
@@ -69,4 +69,4 @@ public class Plugin : BaseUnityPlugin
6969
PackageRegistry.Register(packageTwo, Shops.Easy_Depot);
7070
}
7171
}
72-
```
72+
```

0 commit comments

Comments
 (0)