@tw-labs/countries 0.0.1 → 0.0.2

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 CHANGED
@@ -33,40 +33,29 @@ TypeScript-first · Framework-agnostic · Tree-shakeable · Zero dependencies
33
33
 
34
34
  ## Installation
35
35
 
36
- <table>
37
- <tr>
38
- <td>
39
- <img src="https://img.shields.io/badge/npm-CB3837?style=flat-square&logo=npm&logoColor=white" alt="npm" />
40
- </td>
41
- <td>
42
- <code>npm install @tw-labs/countries</code>
43
- </td>
44
- </tr>
45
- <tr>
46
- <td>
47
- <img src="https://img.shields.io/badge/yarn-2C8EBB?style=flat-square&logo=yarn&logoColor=white" alt="yarn" />
48
- </td>
49
- <td>
50
- <code>yarn add @tw-labs/countries</code>
51
- </td>
52
- </tr>
53
- <tr>
54
- <td>
55
- <img src="https://img.shields.io/badge/pnpm-F69220?style=flat-square&logo=pnpm&logoColor=white" alt="pnpm" />
56
- </td>
57
- <td>
58
- <code>pnpm add @tw-labs/countries</code>
59
- </td>
60
- </tr>
61
- <tr>
62
- <td>
63
- <img src="https://img.shields.io/badge/bun-000000?style=flat-square&logo=bun&logoColor=white" alt="bun" />
64
- </td>
65
- <td>
66
- <code>bun add @tw-labs/countries</code>
67
- </td>
68
- </tr>
69
- </table>
36
+ <img src="https://img.shields.io/badge/npm-CB3837?style=flat-square&logo=npm&logoColor=white" alt="npm" />
37
+
38
+ ```bash
39
+ npm install @tw-labs/countries
40
+ ```
41
+
42
+ <img src="https://img.shields.io/badge/yarn-2C8EBB?style=flat-square&logo=yarn&logoColor=white" alt="yarn" />
43
+
44
+ ```bash
45
+ yarn add @tw-labs/countries
46
+ ```
47
+
48
+ <img src="https://img.shields.io/badge/pnpm-F69220?style=flat-square&logo=pnpm&logoColor=white" alt="pnpm" />
49
+
50
+ ```bash
51
+ pnpm add @tw-labs/countries
52
+ ```
53
+
54
+ <img src="https://img.shields.io/badge/bun-000000?style=flat-square&logo=bun&logoColor=white" alt="bun" />
55
+
56
+ ```bash
57
+ bun add @tw-labs/countries
58
+ ```
70
59
 
71
60
  ---
72
61