diff --git a/README.md b/README.md index d9051c7..12cae75 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Add `pretty-checkbox.min.css` in your html - **From CDN** ( [`jsDelivr`](https://www.jsdelivr.com/package/npm/pretty-checkbox) ) ```html - + ```
diff --git a/package.json b/package.json index 8f0c251..8cb112a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "pretty-checkbox", - "version": "3.0.2", + "version": "3.0.3", "description": "A pure css library to beautify checkbox and radio buttons.", - "main": "dist/pretty.min.css", + "main": "dist/pretty-checkbox.min.css", "scripts": { "lint":"gulp lint:scss", "fix": "stylelint \"src\\**\\*.scss\" --syntax scss --fix",