Skip to content

Commit c680827

Browse files
author
Ihor Khomiak
authored
Update README.md
1 parent 11ac03e commit c680827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### Example of using in the code:
66

7-
Import ADGToHtmlExportUtil to your AS3 class/component;
8-
Create object of class ADGToHtmlExportUtil;
9-
Call method saveAdvancedDataGridAsHTMLFile with parameters: advancedDataGrid object and name of html file you exporting to.
7+
- Import ADGToHtmlExportUtil to your AS3 class/component;
8+
- Create object of class ADGToHtmlExportUtil;
9+
- Call method saveAdvancedDataGridAsHTMLFile with parameters: advancedDataGrid object and name of html file you exporting to.
1010

1111
```
1212
var htmlExport:ADGToHtmlExportUtil = new ADGToHtmlExportUtil();

0 commit comments

Comments
 (0)