From 5f8c32d2906b1d6cd75b49170b4a441f06e33824 Mon Sep 17 00:00:00 2001 From: Success Kingsley Date: Mon, 26 May 2025 10:55:48 -0400 Subject: [PATCH] docs: standardize capitalization of 'rce-runner' in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d9c7562..1c167c6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# RCE Runner +# rce-runner ## What is this? -RCE Runner is a command line tool that runs your code snippets in many different programming languages. You give it code, it runs the code, and gives you back the results. +**rce-runner** is a command line tool that runs your code snippets in many different programming languages. You give it code, it runs the code, and gives you back the results. ## When would I use this? @@ -13,7 +13,7 @@ RCE Runner is a command line tool that runs your code snippets in many different ## Installation -Run this command to install RCE Runner: +Run this command to install rce-runner: ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ToolKitHub/rce-runner/releases/download/v1.2.4/rce-runner-installer.sh | sh @@ -54,7 +54,7 @@ You'll get this output: ## Supported Languages -RCE Runner supports 40+ programming languages: +rce-runner supports 40+ programming languages: | Language | File Extension | |----------|---------------| @@ -110,4 +110,4 @@ RCE Runner supports 40+ programming languages: ## License -See [LICENSE](LICENSE) +See [License](LICENSE)