Skip to content

Commit b49452d

Browse files
authored
fix: turbo generator template
1 parent 002e304 commit b49452d

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

turbo/generators/templates/README.md.hbs

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
{{description}}
44

5-
## Installation ```bash npm install @commandkit/{{name}}
6-
``` ## Usage ```typescript import {
7-
{{name}}
8-
} from '@commandkit/{{name}}'; ``` ## Documentation
5+
## Installation
6+
7+
```bash
8+
npm install @commandkit/{{name}}
9+
```
10+
11+
## Usage
12+
13+
```typescript
14+
import { {{name}} } from '@commandkit/{{name}}';
15+
```
16+
17+
## Documentation
918
https://commandkit.dev/docs/next/api-reference/{{name}}
1019

11-
## License MIT © Avraj Sahota
20+
## License
21+
22+
MIT © Avraj Sahota

0 commit comments

Comments
 (0)