Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit b3bb6bc

Browse files
committed
Fixing README.md files
1 parent 120c7ec commit b3bb6bc

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
415415

416416
## `bf qnamaker`
417417

418-
QnA Maker CLI (Preview version)
418+
QnA Maker
419419

420420
```
421421
USAGE

packages/qnamaker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
## `bf qnamaker`
3838

39-
QnA Maker CLI (Preview version)
39+
QnA Maker
4040

4141
```
4242
USAGE

packages/qnamaker/src/commands/qnamaker/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {Command, flags} from '@microsoft/bf-cli-command'
22

33
export default class QnamakerIndex extends Command {
4-
static description = 'QnA Maker CLI (Preview version)'
4+
static description = 'QnA Maker'
55

66
static flags: flags.Input<any> = {
77
help: flags.help({char: 'h', description: 'Display QnA Maker CLI available commnads'}),

packages/qnamaker/src/commands/qnamaker/update/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default class QnamakerUpdateIndex extends Command {
55

66
static flags: flags.Input<any> = {
77
help: flags.help({char: 'h', description: 'display qnamaker:update available commands'}),
8-
98
}
109

1110
async run() {

0 commit comments

Comments
 (0)