From 92b962f87e67531a0c4765f89f369cb404b9e802 Mon Sep 17 00:00:00 2001 From: Jaron Rademeyer Date: Sun, 20 Oct 2024 09:34:20 +0200 Subject: [PATCH 1/2] Fix small typo in README Minor language typo in the README :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f4f68f0..b65e4980 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A Python implementation of WebGPU - the next generation GPU API. 🚀 ## Introduction -The purpose of wgpu-py to to provide Python with a powerful and reliable GPU API. +The purpose of wgpu-py to provide Python with a powerful and reliable GPU API. It serves as a basis to build a broad range of applications and libraries related to visualization and GPU compute. We use it in From a86e84a5ae863605d407aaffafdd40b90229374a Mon Sep 17 00:00:00 2001 From: Jaron Rademeyer Date: Sun, 20 Oct 2024 09:36:12 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b65e4980..6ba9df31 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A Python implementation of WebGPU - the next generation GPU API. 🚀 ## Introduction -The purpose of wgpu-py to provide Python with a powerful and reliable GPU API. +The purpose of wgpu-py is to provide Python with a powerful and reliable GPU API. It serves as a basis to build a broad range of applications and libraries related to visualization and GPU compute. We use it in