diff --git a/README.md b/README.md index 4d91a79..aed6472 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ dt-sql-parser is a **SQL Parser** project built with [ANTLR4](https://github.com Besides, it' provides some helper methods, like **split** SQL, and filter the `--` and `/**/` types of comments in SQL. -> Tips: This project is the default for Javascript language, also you can try to compile it to other languages if you need. - Supported SQL: - MySQL @@ -21,6 +19,8 @@ Supported SQL: - Hive SQL - PL/SQL +>Tips: This project is the default for Javascript language, also you can try to compile it to other languages if you need. + ## Installation ```bash