Skip to content

Commit 35bdfb1

Browse files
committed
fix labels
1 parent 06ea6aa commit 35bdfb1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎README.md‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ Also included is a command line tool which can be invoked to generate easily ext
1010

1111
You can install the CLI globally, or run it locally from repository source.
1212

13+
### Installation
14+
1315
Install it globally:
1416

1517
```npm install -g aframe-typescript-toolkit```
1618

19+
### Project Creation
20+
1721
Then run it:
1822
```
1923
aframe-typescript-toolkit
@@ -53,9 +57,8 @@ awesome-component
5357
│ index.ts
5458
```
5559

56-
---
5760

58-
## Running a generated template
61+
### Running a generated template
5962

6063
1. Change directory into the generated component and install the dependencies:
6164

@@ -72,7 +75,7 @@ npm run start
7275

7376
When the development server starts, your browser will automatically open to port `3000` and you will be able to start using the template component right away.
7477

75-
## Customizing the component
78+
### Customizing the component
7679
Click on the video below to see how you can edit the program in Visual Studio Code and watch your changes be dynamically applied without explicitly reloading the browser:
7780

7881
[![A-Frame Typescript Toolkit](https://img.youtube.com/vi/bazU6D-LYDI/0.jpg)](https://www.youtube.com/watch?v=bazU6D-LYDI "A-Frame Typescript Toolkit")

0 commit comments

Comments
 (0)