From da8d9319447fda4b11c59b1d793cbe336b578dd2 Mon Sep 17 00:00:00 2001 From: vonjova82 <84503216+vonjova82@users.noreply.github.com> Date: Thu, 7 Apr 2022 18:05:55 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f189671..1d02f91 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ it using online tools such as [JsonSchemaValidator.net](https://www.jsonschemava - **`email`** *(string)*: E-mail address for the Owner. - **`branding`** *(object)*: Owner Branding. - **`logo`** *(object)*: Graphical assets to visually identify the Owner. - - **`png_256`**: Link to Owner logo [PNG format, 256x256]. - - **`png_1024`**: Link to Owner logo [PNG format, 1024x1024]. - - **`svg`**: Link to Owner logo [SVG format]. + - **`png_256`**: Link to Owner logo [PNG format, 256x256]¹. + - **`png_1024`**: Link to Owner logo [PNG format, 1024x1024]¹. + - **`svg`**: Link to Owner logo [SVG format]¹. - **`location`** *(object)*: The location of the Owner of the Account. - **`name`** *(string)*: Free-form location in human-readable format [for example: City, State] - **`country`** *(string)*: ISO 3166-1 alpha 2 country code [XX] @@ -78,6 +78,9 @@ it using online tools such as [JsonSchemaValidator.net](https://www.jsonschemava - **`functionality`** *(array)*: Reserved to describe the functionality provided by this node. - **Items** *(string)*: Must be one of: `["validator", "rpc-proxy", "sse-proxy", "read-only", "other"]`. +¹ HTTPS link is required for browsers who do not load unsecured content in secure space (eg. loading an image over HTTP on cspr.live which serves content via HTTPS) + + ## Usage as an Account Owner ### How does it work?