Skip to content

Commit 4f2e013

Browse files
committed
docs
1 parent 842f228 commit 4f2e013

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The primary payload exchanged between the server and the client:
4949
interface HtmlResourceBlock {
5050
type: 'resource';
5151
resource: {
52-
uri: string; // ui://component/id"
52+
uri: string; // ui://component/id
5353
mimeType: 'text/html' | 'text/uri-list'; // text/html for HTML content, text/uri-list for URL content
5454
text?: string; // Inline HTML or external URL
5555
blob?: string; // Base64-encoded HTML or URL

examples/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The primary payload exchanged between the server and the client:
4949
interface HtmlResourceBlock {
5050
type: 'resource';
5151
resource: {
52-
uri: string; // ui://component/id"
52+
uri: string; // ui://component/id
5353
mimeType: 'text/html' | 'text/uri-list'; // text/html for HTML content, text/uri-list for URL content
5454
text?: string; // Inline HTML or external URL
5555
blob?: string; // Base64-encoded HTML or URL

packages/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The primary payload exchanged between the server and the client:
4949
interface HtmlResourceBlock {
5050
type: 'resource';
5151
resource: {
52-
uri: string; // ui://component/id"
52+
uri: string; // ui://component/id
5353
mimeType: 'text/html' | 'text/uri-list'; // text/html for HTML content, text/uri-list for URL content
5454
text?: string; // Inline HTML or external URL
5555
blob?: string; // Base64-encoded HTML or URL

packages/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The primary payload exchanged between the server and the client:
4949
interface HtmlResourceBlock {
5050
type: 'resource';
5151
resource: {
52-
uri: string; // ui://component/id"
52+
uri: string; // ui://component/id
5353
mimeType: 'text/html' | 'text/uri-list'; // text/html for HTML content, text/uri-list for URL content
5454
text?: string; // Inline HTML or external URL
5555
blob?: string; // Base64-encoded HTML or URL

0 commit comments

Comments
 (0)