From a897ef48cc2c19ccacf0b6d41995888dd9c96805 Mon Sep 17 00:00:00 2001 From: Prinnce123 <110710535+Prinnce123@users.noreply.github.com> Date: Sun, 25 Feb 2024 13:13:27 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 424cc76..43e350f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Build system to directly compile and run c++ programs in sublime on linux. Moreo ***Instructions :*** * Go to Tools > Build Systems > New Build System * Copy the code from C++14.sublime-build and paste it ther and save it by any name. -* Go to Tools > Build Systems ans select your new build system +* Go to Tools > Build Systems and select your new build system * Create 2 files named inputf.in and outputf.in in same directory in which u have ur code. * Write input in inputf.in, save and run the code in sublime and you will get output in outputf.in .