diff --git a/README.md b/README.md index 770bd4b..0c3a17f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ LangTrans is used to customize any programming language. You can make your own s LangTrans convert your syntax into original syntax. -Regular Expression is used to extract tokens from your language. You should write template of syntax of original language. +Regular Expression is used to extract tokens from your language. You should write template of syntax of original language. LangTrans take both as input and convert code written in new syntax to original syntax.