Skip to content

Commit ffde364

Browse files
authored
Update README.md
1 parent 91606e5 commit ffde364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ yarn add github:ModifiedCommand/ConvertJavaTextureToBedrockApi
2828
* You can convert your texture packs like
2929

3030
```javascript
31-
import {ConsoleLog, Input, LocalFileInputEntry, LocalFileOutput} from "@ozelot379/convert-base-api";
32-
import {ConvertJavaTextureToBedrockApi} from "@ozelot379/convert-minecraft-java-texture-to-bedrock-api";
31+
import {ConsoleLog, Input, LocalFileInputEntry, LocalFileOutput} from "@geekcornernpm/convert-base-api";
32+
import {ConvertJavaTextureToBedrockApi} from "@geekcornernpm/convert-minecraft-java-texture-to-bedrock-api";
3333

3434
(async () => {
3535
let output;

0 commit comments

Comments
 (0)