Skip to content

Commit

Permalink
docs: 📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 16, 2024
1 parent e0ff8bd commit 30658d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ await cleaner.run()

#### 构造函数

```typescript
constructor(inputDir: string, outputDir: string, options?: CleantsOptions)
```
`constructor(inputDir: string, outputDir: string, options?: CleantsOptions)`

##### 参数

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ The main class used to convert a TypeScript project into a cleaner JavaScript pr

#### Constructor

```typescript
constructor(inputDir: string, outputDir: string, options?: CleantsOptions)
```
`constructor(inputDir: string, outputDir: string, options?: CleantsOptions)`

##### Parameters

Expand Down

0 comments on commit 30658d8

Please sign in to comment.