From da337fdf595f96db35436d929dacf20fe4ad598a Mon Sep 17 00:00:00 2001 From: bentonian-google Date: Mon, 2 Feb 2026 10:24:59 +0000 Subject: [PATCH] Add the word "Kotlin" to the sample description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cb594e..07661e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WebGPUSample -This project is a basic sample application that demonstrates how to use the WebGPU API for Android within a Jetpack Compose application. It renders a simple, static red triangle on a blue background. +This project is a sample application that demonstrates how to use the WebGPU Kotlin API for Android within a Jetpack Compose application. It renders a simple, static red triangle on a blue background. ## Overview