Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 65da696

Browse files
committed
Fixed markdownlint warnings
1 parent 66c84b5 commit 65da696

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ Quickly create MX and Spark components.
44

55
## How to use
66

7-
Install extension in VSCode
7+
Install extension in VSCode
88

99
![Install Flex Snippets](images/install.png "Install Flex Snippets")
1010

1111
Open mxml file, start typing component name and select snippet
1212

1313
![Use Flex Snippets](images/use.gif "Use Flex Snippets")
1414

15-
1615
> _Notice: To create Flex projects in VSCode install [ActionScript & MXML extension for Visual Studio Code](https://as3mxml.com)._
1716
18-
1917
## Snippets
2018

2119
`AdvancedDataGrid`
@@ -36,7 +34,7 @@ Open mxml file, start typing component name and select snippet
3634

3735
`MX ComboBox`
3836

39-
`Spark ComboBox `
37+
`Spark ComboBox`
4038

4139
`MX DataGrid`
4240

@@ -120,7 +118,7 @@ Open mxml file, start typing component name and select snippet
120118

121119
`VBox`
122120

123-
`VerticalLayout `
121+
`VerticalLayout`
124122

125123
`VGroup`
126124

0 commit comments

Comments
 (0)