Skip to content

Commit 50cc599

Browse files
committed
Update README.md
1 parent fd73ad5 commit 50cc599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ this tool provides a utility function to convert a `DateTime` object to a Discor
147147
- `Attachment`: Used to load file attachment directly from a file path. e.g. `"c:/path/to/file.txt"`.
148148
- `TextAttachment`: Used to load text file attachment directly from Resources. e.g. `"Files/file.txt"`, files must be in the Resources folder.
149149
- `ImageAttachment`: Used to load image attachment directly from Resources. e.g. `"Files/file.png"`, files must be in the Resources folder.
150-
- `ImageAttachment.FromTexture2D(Texture2D texture)`: Used to load texture attachment directly from a Texture2D.
150+
- `ImageAttachment.FromTexture2D(Texture2D texture)`: Used to load image attachment directly from a Texture2D.
151151
## License
152152

153153
This project is licensed under the MIT License. See the `LICENSE` file for details.

0 commit comments

Comments
 (0)