Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Dec 18, 2023
1 parent 1b8adfe commit c8ed91e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ docker exec -it spark-worker-1 bin/bash

別のターミナルを開き、次のコマンドを実行します:

#### :one: リクエスト:
#### 1️⃣ リクエスト:

```console
curl -iX POST \
Expand Down Expand Up @@ -409,7 +409,7 @@ curl -iX POST \
サブスクリプションが作成されている場合は、`/v2/subscriptions` エンドポイントに対して GET リクエストを行うことで、
サブスクリプションが起動しているかどうかを確認できます。

#### :two: リクエスト:
#### 2️⃣ リクエスト:

```console
curl -X GET \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ This is done by making a POST request to the `/v2/subscription` endpoint of the

Open another terminal and run the following command:

#### :one: Request:
#### 1️⃣ Request:

```console
curl -iX POST \
Expand Down Expand Up @@ -379,7 +379,7 @@ The response will be **`201 - Created`**
If a subscription has been created, we can check to see if it is firing by making a GET request to the
`/v2/subscriptions` endpoint.

#### :two: Request:
#### 2️⃣ Request:

```console
curl -X GET \
Expand Down

0 comments on commit c8ed91e

Please sign in to comment.