Skip to content

Commit 7c980c5

Browse files
author
zhangyitian
committed
fix(demo-tempalte-beetl/README.md): 修复文件后缀名错误
Closes #237
1 parent 87a142f commit 7c980c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-template-beetl/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public class UserController {
138138
}
139139
```
140140

141-
## index.html
141+
## index.btl
142142

143143
```jsp
144144
<!doctype html>
@@ -152,7 +152,7 @@ public class UserController {
152152
</html>
153153
```
154154

155-
## login.html
155+
## login.btl
156156

157157
```jsp
158158
<!doctype html>

0 commit comments

Comments
 (0)