From ae1745913ba7f1066169eaecb440ab0b8fde3d28 Mon Sep 17 00:00:00 2001 From: lupinelab Date: Sun, 23 Apr 2023 17:20:43 +0100 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a509ed5..a9ccae2 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Turns your webcam into ascii in your terminal. ```go build``` ## Usage -Where X is you webcam device number: +Where X is your webcam device number: ```asciicam /dev/videoX```