Skip to content

Commit 4e605c4

Browse files
author
John Campion Jr
committed
chore: docs fixes
1 parent 1b7a531 commit 4e605c4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
## v0.6.0 - 2023-07-04
3+
## [0.6.0] - 2023-07-04
44

5-
[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-icons/compare/v0.5.0...v0.5.1)
5+
[compare changes](https://github.com/jcamp-code/tailwindcss-plugin-icons/compare/v0.5.0...v0.6.0)
6+
7+
Now allows for easier use in Typescript Tailwind CSS Config files. Check the README for details
68

79
### 🚀 Enhancements
810

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
```
6363

6464
```ts
65-
// tailwind.config.t
65+
// tailwind.config.ts
6666
import type { Config } from 'tailwindcss'
6767
import iconsPlugin from '@jcamp/tailwindcss-plugin-icons'
6868

0 commit comments

Comments
 (0)