vue3-flag 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ import { FlagVN, FlagGB_SCT } from 'vue3-flag/flags'
28
28
  <FlagGB_SCT size="sm" />
29
29
  </template>
30
30
  ```
31
- **Naming Convention**: Each flag component follows the **Flag[ISO 3166 code]** format (e.g., FlagVN, extra cases: FlagGB_SCT, FlagGB_WLS, FlagGB_ENG).
31
+ **Naming Convention**: Each flag component follows the **Flag[ISO 3166 Alpha-2 code]** format (e.g., FlagVN, extra cases: FlagGB_SCT, FlagGB_WLS, FlagGB_ENG).
32
32
 
33
33
 
34
34
  ##
@@ -65,8 +65,8 @@ import { Flag } from 'vue3-flag'
65
65
 
66
66
  ## License [MIT](https://github.com/fspsh/vue3-flag/tree/main?tab=MIT-1-ov-file)
67
67
 
68
- Made with unnecessary attention to detail
69
- Enjoy
68
+ *Made with unnecessary attention to detail.*
69
+ *Enjoy.*
70
70
 
71
71
  ![enjoy](https://media1.tenor.com/m/TI_9VU9o6mEAAAAd/yuuri-girls-last-tour.gif)
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue3-flag",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,