Skip to content

Commit abd66b0

Browse files
andyw8bigH
authored andcommitted
Clarify resource read handler in README
1 parent 4ba1e2b commit abd66b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ server.resources_read_handler do |params|
575575
[{
576576
uri: params[:uri],
577577
mimeType: "text/plain",
578-
text: params[:uri],
578+
text: "Hello from example resource! URI: #{params[:uri]}"
579579
}]
580580
end
581581

0 commit comments

Comments
 (0)