From f1ce3bed1ec511998ed897e12564d92c912df029 Mon Sep 17 00:00:00 2001 From: sourajeet_dey Date: Wed, 10 Mar 2021 17:47:03 +0530 Subject: [PATCH] Fixed some typos in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cdc5feb..bedf91f 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ ## General info This is a Programming Language written In Python. The name of the Programming Language is ```S```. It Will help to do programming for beginners. -And Others help to Understand``` HOW MAKE A PROGRAMMING LAGUAGE ``` - +And Others help to Understand``` HOW TO MAKE A PROGRAMMING LANGUAGE ``` + ## Setup Download and Put the code in a specific Folder. Install Python. -Open Command Prompt,Change Directory to that folder and Writ e Command ```python main.py``` -You have to write Code in ```test.lang``` for tha programming language created. +Open Command Prompt, Change Directory to that folder and Write Command ```python main.py``` +You have to write Code in ```test.lang``` for the programming language created. And You get the Output in Command Prompt. ``` Make Sure *Python installed correctly. -*All the file is in the Same folder/dir. +*All the files are in the Same folder/dir. ```