Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcuena committed Aug 10, 2023
1 parent e7adf34 commit 69996f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![npm](https://img.shields.io/npm/dm/vue-class-migrator)


## Migrator CLI Tool
## Vue Class Migrator CLI

Vue Class Migrator is a utility designed to facilitate the migration of Vue and TypeScript files using the `@component` decorator from `vue-class-components` to the `defineComponent` format. Under the hood, it employs `ts-morph` for parsing and generating files.

Expand All @@ -17,7 +17,7 @@ You can install vue-class-migrator globally using npm:
npm install -g vue-class-migrator
```

### Hot to use the tool
### How to use the tool

Accepted options
- -d: Specifies the directory you want to migrate.
Expand Down

0 comments on commit 69996f3

Please sign in to comment.