diff --git a/README.ja.md b/README.ja.md index 2f338cf..21c1d62 100644 --- a/README.ja.md +++ b/README.ja.md @@ -392,7 +392,7 @@ FogFlow にオペレータを登録するには、次の手順が必要です。 に送信して、"Vehicle" センサ・エンティティを作成することです。このエンティティを作成すると、FogFlow は自動的に フォグ・ファンクションを起動します。 -#### :one: リクエスト +#### 1️⃣ リクエスト ```console curl --location --request POST ':8070/ngsi-ld/v1/entities/' \ diff --git a/README.md b/README.md index e3f9128..a342e18 100644 --- a/README.md +++ b/README.md @@ -273,8 +273,7 @@ details as shown and at last click on submit. ![](https://fiware.github.io/tutorials.Edge-Computing/img/operator_creation.png) -> **Note :** -> +> [!NOTE] > User can add parameters to operator. To define the port for the operator application, use "service_port" and give a > valid port number as its value. The application would be accessible to the outer world through this port. @@ -363,7 +362,7 @@ The defined "OverSpeed_Vehicle" fog function is triggered only when its required The way to trigger the fog function is to send an NGSI-LD entity update in the form of a POST request to the FogFlow broker to create the "Vehicle" sensor entity. With creation of this entity, Fogflow automatically launches fogfunction. -#### :one: Request +#### 1️⃣ Request ```console curl --location --request POST ':8070/ngsi-ld/v1/entities/' \