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.
- package/README.md +3 -3
- 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
|

|
|
72
72
|
|