summaryrefslogtreecommitdiff
path: root/src/docs
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-29 19:11:01 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-29 19:11:01 +0900
commitb480ef669c0ed831d37b677c9e0f888203925914 (patch)
tree14c21237dbaad996a3d98129489987bf4f063193 /src/docs
parentFix MFM parsing (diff)
downloadsharkey-b480ef669c0ed831d37b677c9e0f888203925914.tar.gz
sharkey-b480ef669c0ed831d37b677c9e0f888203925914.tar.bz2
sharkey-b480ef669c0ed831d37b677c9e0f888203925914.zip
Fix doc
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/stream.ja-JP.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/stream.ja-JP.md b/src/docs/stream.ja-JP.md
index 59d6cdaf10..0e9afa7332 100644
--- a/src/docs/stream.ja-JP.md
+++ b/src/docs/stream.ja-JP.md
@@ -8,7 +8,7 @@
以下のURLに、`i`というパラメータ名で認証情報を含めて、websocket接続してください。例:
```
-%URL%/streaming?i=xxxxxxxxxxxxxxx
+%WS_URL%/streaming?i=xxxxxxxxxxxxxxx
```
認証情報は、自分のAPIキーや、アプリケーションからストリームに接続する際はユーザーのアクセストークンのことを指します。
@@ -22,7 +22,7 @@
認証情報は省略することもできますが、その場合非ログインでの利用ということになり、受信できる情報や可能な操作は限られます。例:
```
-%URL%/streaming
+%WS_URL%/streaming
```
---