Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedDev94 committed May 27, 2022
1 parent 2d10c39 commit 79a1194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Example:
```typescript
import { IDatepickerTheme } from 'ng-persian-datepicker';

customTheme: Partial<IDatepickerTheme> = {
const customTheme: Partial<IDatepickerTheme> = {
selectedBackground: '#D68E3A',
selectedText: '#FFFFFF',
};
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-persian-datepicker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Example:
```typescript
import { IDatepickerTheme } from 'ng-persian-datepicker';

customTheme: Partial<IDatepickerTheme> = {
const customTheme: Partial<IDatepickerTheme> = {
selectedBackground: '#D68E3A',
selectedText: '#FFFFFF',
};
Expand Down

0 comments on commit 79a1194

Please sign in to comment.