Skip to content

Commit ace2a49

Browse files
committed
Update README
1 parent e71b2c8 commit ace2a49

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ MyBatis Thymeleaf 3 Scripting Support.
1212

1313
## Introduction
1414

15-
The mybatis-thymeleaf is a plugin that helps applying a 2-way SQL using natural template provided by Thymeleaf 3.
15+
The mybatis-thymeleaf is a plugin that helps applying a SQL using template provided by Thymeleaf 3.
1616
If you are not familiar with Thymeleaf 3 syntax, you can see the Thymeleaf documentations.
1717

18+
* https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#textual-template-modes
19+
1820
### Simple bindable 2-way SQL
1921

2022
```sql
@@ -41,14 +43,18 @@ SELECT * FROM names
4143
* MyBatis 3.4.3+ (Recommend to use 3.5+ or 3.4.x latest version)
4244
* Thymeleaf 3.0+ (Recommend to use 3.0.x latest version)
4345

44-
## Quick Start
45-
46-
* [Wiki page](https://github.com/mybatis/thymeleaf-scripting/wiki/Quick-Start)
47-
4846
## Documentation
4947

5048
* [User's Guide](src/main/asciidoc/user-guide.adoc)
5149

50+
51+
## Related Resources
52+
53+
* [Quick Start](https://github.com/mybatis/thymeleaf-scripting/wiki/Quick-Start)
54+
* [Code completion](https://github.com/mybatis/thymeleaf-scripting/wiki/Code-completion)
55+
* [Usage on framework](https://github.com/mybatis/thymeleaf-scripting/wiki/Usage-on-framework)
56+
57+
5258
## Contact us
5359

5460
### Question

0 commit comments

Comments
 (0)