From 29164a241681e5beb93c324b6cb06a73179e8db3 Mon Sep 17 00:00:00 2001 From: Alexei Anoshenko Date: Sat, 19 Mar 2022 19:26:06 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7f87584..9946974 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RUI library -The RUI (Remoute User Interface) library is designed to create web applications in the go language. +The RUI (Remote User Interface) library is designed to create web applications in the go language. The peculiarity of the library is that all data processing is carried out on the server, and the browser is used as a thin client. WebSocket is used for client-server communication. @@ -774,12 +774,12 @@ For this, the following properties of the SizeUnit type are used: If the x- and y-radii are the same, then you can use the auxiliary properties -| Property | Constant | Description | -|----------------|--------------|----------------------------| -| "top-left" | TopLeft | top left corner radius | -| "top-right" | TopRight | top right corner radius | -| "bottom-left" | BottomLeft | bottom left corner radius | -| "bottom-right" | BottomRight | bottom right corner radius | +| Property | Constant | Description | +|----------------|-------------|----------------------------| +| "top-left" | TopLeft | top left corner radius | +| "top-right" | TopRight | top right corner radius | +| "bottom-left" | BottomLeft | bottom left corner radius | +| "bottom-right" | BottomRight | bottom right corner radius | To set all radii to the same values, use the "x" and "y" properties