Skip to content

Commit c84e2d4

Browse files
committed
chore: Removes unnecessary align divs
Removes unnecessary div elements that were used for aligning content in the README files. These divs are redundant and do not contribute to the desired layout.
1 parent fe1f626 commit c84e2d4

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ For backward compatibility, the receiving side will automatically detect the ser
171171

172172
### Installation
173173

174-
<div align="center">
174+
175175

176176
```bash
177177
# npm
@@ -187,12 +187,8 @@ pnpm add kkrpc
187187
import { RPCChannel } from "jsr:@kunkun/kkrpc"
188188
```
189189
190-
</div>
191-
192190
### Basic Example
193191
194-
<div align="center">
195-
196192
```typescript
197193
// server.ts
198194
import { NodeIo, RPCChannel } from "kkrpc"
@@ -220,8 +216,6 @@ console.log(await api.greet("World")) // "Hello, World!"
220216
console.log(await api.add(5, 3)) // 8
221217
```
222218
223-
</div>
224-
225219
## 📚 Examples
226220
227221
Below are simple examples to get you started quickly.

packages/kkrpc/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ For backward compatibility, the receiving side will automatically detect the ser
171171

172172
### Installation
173173

174-
<div align="center">
174+
175175

176176
```bash
177177
# npm
@@ -187,12 +187,8 @@ pnpm add kkrpc
187187
import { RPCChannel } from "jsr:@kunkun/kkrpc"
188188
```
189189
190-
</div>
191-
192190
### Basic Example
193191
194-
<div align="center">
195-
196192
```typescript
197193
// server.ts
198194
import { NodeIo, RPCChannel } from "kkrpc"
@@ -220,8 +216,6 @@ console.log(await api.greet("World")) // "Hello, World!"
220216
console.log(await api.add(5, 3)) // 8
221217
```
222218
223-
</div>
224-
225219
## 📚 Examples
226220
227221
Below are simple examples to get you started quickly.

0 commit comments

Comments
 (0)