From ae8187315107799a2290c2df4c6e675f46c2c795 Mon Sep 17 00:00:00 2001 From: Joep Kockelkorn Date: Wed, 16 Aug 2023 09:11:29 +0200 Subject: [PATCH] Update protocol specification link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 851b504..d8c1513 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ supported in IE11 and earlier. To fully support IE11 in SVG output, certain appl to handle these files. - PNG images should be used if a bitmap image is required, to support IE11 and earlier or for special fonts. -The storage can be any persistence mechanism. The image or XML file can be stored and used in the output of the host application, such as an image tag, SVG DOM or HTML viewer. Authentication, file descriptors, revisions etc must be handled by the host application. All communication between the host application and diagrams.net happens on the client-side. The protocol specification is here. +The storage can be any persistence mechanism. The image or XML file can be stored and used in the output of the host application, such as an image tag, SVG DOM or HTML viewer. Authentication, file descriptors, revisions etc must be handled by the host application. All communication between the host application and diagrams.net happens on the client-side. The protocol specification is here. The basic flow of the protocol is as follows: