Skip to content

Commit d535818

Browse files
committed
fix: hackmd should be HackMD`
1 parent b5e969a commit d535818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import {Flags} from '@oclif/core'
22
export const noteId = Flags.build({
3-
description: 'hackmd note id'
3+
description: 'HackMD note id'
44
})
55

66
export const teamPath = Flags.build({
7-
description: 'hackmd team path'
7+
description: 'HackMD team path'
88
})
99

1010
export const noteContent = Flags.build({

0 commit comments

Comments
 (0)