Skip to content

Commit 51fe72d

Browse files
authored
emphasis the usage and notice existence
1 parent 7d6951f commit 51fe72d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### JavaScript macro definition enable
1+
## JavaScript macro definition enable
22
Current program is for convert macro definiton use in JavaScript.
33
For example:
44
~~~C
@@ -26,11 +26,11 @@ return i;
2626
}
2727
~~~
2828

29-
Support:
29+
##### Support:
3030
- single macro definition
3131
- nested macro definition
3232

33-
Usage:
34-
macro.exe wait_convert_file_name . . . wait_convert_file_name
33+
##### Usage:
34+
macro.exe wait_convert_file_name . . . wait_convert_file_name
3535

36-
Notice: You should write you file append .jc rear. Then the final resulat will be .js format. Otherwise the convert ccontent will be added to the original file.! ! !
36+
***Notice***: You should write you file append .jc rear. Then the final resulat will be .js format. Otherwise the convert ccontent will be added to the original file.! ! !

0 commit comments

Comments
 (0)