From 21686d76495f3049f47bbb23535a7b8a1702746f Mon Sep 17 00:00:00 2001 From: Andre Roldan Date: Tue, 22 Aug 2023 19:34:06 -0500 Subject: [PATCH] ci: dummy commit to execute actions --- docs/api-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-usage.md b/docs/api-usage.md index f818240..ce3dea4 100644 --- a/docs/api-usage.md +++ b/docs/api-usage.md @@ -71,4 +71,4 @@ int[][] deserializedData = Faces.base64ToPixels(serialized); PlayerFaceComponent deserializedFace = faceProvider.fromPixels(deserializedData); ``` -And that's it! \ No newline at end of file +And that's it! Happy coding!