Skip to content

Commit dd49758

Browse files
authored
Update README.md
1 parent eb2c608 commit dd49758

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
@@ -13,7 +13,7 @@ function createTexture(bytes :Bytes, width :Int, height :Int, colorDepth :ColorD
1313
1414
/**
1515
* The Parser.parse has two parameters. The first is expecting a
16-
* bytes representation of an Aseprite file. The second needs a callback
16+
* bytes representation of an Aseprite file. The second expects a callback
1717
* function that will create a texture for your specific framework.
1818
*/
1919
var file = Parser.parse(assets.getFile("animation.aseprite").toBytes(), createTexture);

0 commit comments

Comments
 (0)