Skip to content

Commit a3f7d4c

Browse files
edit README
1 parent 6f6e81b commit a3f7d4c

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,15 @@ static style = css`
6262
1. Clone or download the repository
6363
2. Install dependencies
6464

65-
```bash
66-
npm install
67-
npm run compile
68-
```
65+
```bash
66+
npm install
67+
npm run compile
68+
```
6969

70-
3.In VS Code: Press ```F5``` to start a new Extension Development Host instance
70+
3. In VS Code: Press ```F5``` to start a new Extension Development Host instance
7171

7272
### Usage
7373

74-
#### Commands
75-
76-
No command is required.
77-
7874
### Development
7975

8076
```Text
@@ -84,6 +80,7 @@ No command is required.
8480
│ ├── document/ # Syntax-highlighting-logic
8581
│ ├── utils/ # Help components
8682
| ├── interface/ # Required interfaces
83+
| ├── images/ # Images for README
8784
```
8885

8986
### Dependencies
@@ -112,7 +109,6 @@ AST-Parsing: Analyzes template strings using Abstract Syntax Trees
112109

113110
Known Limitations
114111
The extension is under active development
115-
Some experimental features are still in the experiments/ folder
116112

117113
## Project Structure
118114

@@ -191,4 +187,4 @@ Core validation and parsing classes:
191187
192188
##### Autor
193189
194-
Developed by Emmanuel Youssef as part of a practical project in Semester 5 at Kardex Holding AG.
190+
Developed by Emmanuel Youssef

0 commit comments

Comments
 (0)