From b9b499ae5a7a9c2880ca502aa28175072254951a Mon Sep 17 00:00:00 2001 From: Onirik79 Date: Sun, 3 Oct 2021 18:50:39 +0200 Subject: [PATCH] minor typo: folowing -> following --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 784192c1b1..a2c561704d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The repository hosts the following libraries: - [![Crates.io](https://img.shields.io/crates/v/wgpu-types.svg?label=wgpu-types)](https://crates.io/crates/wgpu-types) [![docs.rs](https://docs.rs/wgpu-types/badge.svg)](https://docs.rs/wgpu-types/) - Rust types shared between all crates. - [![Crates.io](https://img.shields.io/crates/v/deno_webgpu.svg?label=deno_webgpu)](https://crates.io/crates/deno_webgpu) - WebGPU implementation for the Deno JavaScript/TypeScript runtime -The folowing binaries: +The following binaries: - `cts_runner` - WebGPU Conformance Test Suite runner using `deno_webgpu`. - `player` - standalone application for replaying the API traces. - `wgpu-info` - program that prints out information about all the adapters on the system or invokes a command for every adapter.