From 92f60af3eee5242f9070d6f415dd68306fc05296 Mon Sep 17 00:00:00 2001 From: Riesi Date: Tue, 1 Feb 2022 09:56:04 +0100 Subject: [PATCH] [doc] use correct term for naming convention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d2594..22d2136 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ CC-BY 4.0: When submitting PRs keep the following in mind please: - only submit SVGs. -- don't have spaces in your file names. Use underscore_case or camelCase instead. +- don't have spaces in your file names. Use snake_case or camelCase instead.