Skip to content

Commit b985458

Browse files
committed
update read
1 parent 7dec740 commit b985458

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FLKit
22
=====
33

4-
FLKit is a front-end language(HTML、CSS、JS) toolkit support template syntax(etc: Smarty, PHP).
4+
FLKit is a front-end language(HTML、CSS、JS) toolkit that support template syntax(etc: Smarty, PHP).
55

66
## Support Template Syntax
77

88
* Smarty
99
* PHP
10-
* all template syntax with delimiter
10+
* other template syntax with delimiter
1111

1212
advanced support:
1313

@@ -20,12 +20,12 @@ advanced support:
2020
npm test
2121
```
2222

23-
FLKit also support web test, you can use it by below steps:
23+
FLKit also support test in web, you can use it by following steps:
2424

2525
* enter `web` directory
26-
* exec `npm install`, install dependencies
27-
* enter `www` directory & exec `node index.js`
28-
* open browser, request `http://localhost:8360/`
26+
* exec `npm install` to install dependencies
27+
* enter `www` directory, exec `node index.js`
28+
* open browser, open `http://localhost:8360/`
2929

3030
## LICENSE
3131

0 commit comments

Comments
 (0)