Skip to content

Commit 7b9c25c

Browse files
committed
The README tiny updates
1 parent cbeefa1 commit 7b9c25c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import { CodeInputModule } from 'angular-code-input';
5454
CodeInputModule.forRoot({
5555
codeLength: 6,
5656
isCharsCode: true,
57-
code: 'abcd'
57+
code: 'abcdef'
5858
}),
5959
]
6060
})

angular-code-input/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import { CodeInputModule } from 'angular-code-input';
5454
CodeInputModule.forRoot({
5555
codeLength: 6,
5656
isCharsCode: true,
57-
code: 'abcd'
57+
code: 'abcdef'
5858
}),
5959
]
6060
})

0 commit comments

Comments
 (0)