Skip to content

Commit eb0423d

Browse files
authored
docs: center-align table for improved readability in README
1 parent 264abdd commit eb0423d

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

README.md

+36-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,42 @@
7171
- **⚙️ Advanced Settings:** Customize your clipboard sync experience with additional settings for fine-tuning performance.
7272
- **🔔 Update Notifications:** Stay informed with timely update notifications across all platforms, keeping your app up to date with the latest features and security enhancements.
7373

74-
| **Type** | **Windows** | **MacOS** | **Linux GUI** | **Linux CLI** | **Android** |
75-
|------------|-------------|-----------|---------------|-------------------|-------------|
76-
| **Text** ||||||
77-
| **Image** ||||||
78-
| **Files** ||||||
74+
<div align="center">
75+
<table>
76+
<tr>
77+
<th>Type</th>
78+
<th>Windows</th>
79+
<th>MacOS</th>
80+
<th>Linux GUI</th>
81+
<th>Linux CLI</th>
82+
<th>Android</th>
83+
</tr>
84+
<tr>
85+
<td><strong>Text</strong></td>
86+
<td>✔</td>
87+
<td>✔</td>
88+
<td>✔</td>
89+
<td>✔</td>
90+
<td>✔</td>
91+
</tr>
92+
<tr>
93+
<td><strong>Image</strong></td>
94+
<td>✔</td>
95+
<td>✔</td>
96+
<td>✔</td>
97+
<td>✔</td>
98+
<td>✔</td>
99+
</tr>
100+
<tr>
101+
<td><strong>Files</strong></td>
102+
<td>✔</td>
103+
<td>✔</td>
104+
<td>✔</td>
105+
<td>✔</td>
106+
<td>✔</td>
107+
</tr>
108+
</table>
109+
</div>
79110

80111

81112
## 📥 Installation

0 commit comments

Comments
 (0)