Skip to content

Commit d85be18

Browse files
committed
fix README table align
1 parent 9370e5b commit d85be18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ Turn your HTTP backend into an AI-callable service. `@samchon/openapi` converts
193193
</tr>
194194
<tr>
195195
<td>Parameters</td>
196-
<td colspan="3"><a href="https://samchon.github.io/openapi/api/interfaces/ILlmSchema.IParameters.html"><code>ILlmSchema.IParameters</code></a></td>
196+
<td colspan="3" align="center"><a href="https://samchon.github.io/openapi/api/interfaces/ILlmSchema.IParameters.html"><code>ILlmSchema.IParameters</code></a></td>
197197
</tr>
198198
<tr>
199199
<td>Schema</td>
200-
<td colspan="3"><a href="https://samchon.github.io/openapi/api/types/ILlmSchema.html"><code>ILlmSchema</code></a></td>
200+
<td colspan="3" align="center"><a href="https://samchon.github.io/openapi/api/types/ILlmSchema.html"><code>ILlmSchema</code></a></td>
201201
</tr>
202202
</tbody>
203203
</table>

0 commit comments

Comments
 (0)