Skip to content

Commit

Permalink
指摘箇所の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsnmeajp committed Jan 4, 2024
1 parent 6e46e03 commit c8db827
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NIPsは、**Nostr Implementation Possibilities**の略称である。

本文書は、[Nostr](https://github.com/nostr-protocol/nostr)互換のRelayおよびCientソフトウェアによって実装されうるものを文書化するために存在している
本文書は、[Nostr](https://github.com/nostr-protocol/nostr)互換のリレーおよびクライアントソフトウェアによって実装されうるものを文書化するために存在している

---

Expand All @@ -26,7 +26,7 @@ NIPsは、**Nostr Implementation Possibilities**の略称である。
- [NIP-03: イベントに対するOpenTimestamps認証](03.md)
- [NIP-04: 暗号化されたダイレクトメッセージ](04.md)
- [NIP-05: Nostr鍵をDNSベースのインターネット識別子に結びつける](05.md)
- [NIP-06: ニーモニックシードフレーズからの基本鍵の導出](06.md)
- [NIP-06: ニーモニックシードフレーズからの基本的な鍵導出](06.md)
- [NIP-07: web browsers向け`window.nostr`機能](07.md)
- [NIP-08: メンションへの対応](08.md) --- **非推奨**: [NIP-27](27.md)で代替されたため廃止
- [NIP-09: イベント削除](09.md)
Expand Down Expand Up @@ -114,13 +114,13 @@ NIPsは、**Nostr Implementation Possibilities**の略称である。
| `10005` | パブリックチャットリスト | [51](51.md) |
| `10006` | ブロック済みリレーリスト | [51](51.md) |
| `10007` | 検索リレーリスト | [51](51.md) |
| `10015` | インタレストリスト | [51](51.md) |
| `10015` | 興味・関心リスト | [51](51.md) |
| `10030` | ユーザー絵文字リスト | [51](51.md) |
| `13194` | Wallet 情報 | [47](47.md) |
| `13194` | ウォレット 情報 | [47](47.md) |
| `21000` | Lightning Pub RPC | [Lightning.Pub][lnpub] |
| `22242` | Client 認証 | [42](42.md) |
| `23194` | Wallet 要求 | [47](47.md) |
| `23195` | Wallet 応答 | [47](47.md) |
| `22242` | クライアント認証 | [42](42.md) |
| `23194` | ウォレット 要求 | [47](47.md) |
| `23195` | ウォレット 応答 | [47](47.md) |
| `24133` | Nostr Connect | [46](46.md) |
| `27235` | HTTP 認証 | [98](98.md) |
| `30000` | フォローセット | [51](51.md) |
Expand All @@ -130,7 +130,7 @@ NIPsは、**Nostr Implementation Possibilities**の略称である。
| `30004` | キュレーションセット | [51](51.md) |
| `30008` | プロフィールバッジ | [58](58.md) |
| `30009` | バッジ定義 | [58](58.md) |
| `30015` | インタレストセット | [51](51.md) |
| `30015` | 興味・関心セット | [51](51.md) |
| `30017` | Create or update a stall | [15](15.md) |
| `30018` | Create or update a product | [15](15.md) |
| `30023` | 長文投稿 | [23](23.md) |
Expand Down Expand Up @@ -158,7 +158,7 @@ NIPsは、**Nostr Implementation Possibilities**の略称である。

| type | 説明 | NIP |
| ------- | --------------------------------------------------- | ----------- |
| `EVENT` | イベントの出版 | [01](01.md) |
| `EVENT` | イベントの配信 | [01](01.md) |
| `REQ` | イベントの要求と新規更新の購読 | [01](01.md) |
| `CLOSE` | 既存の購読の中止 | [01](01.md) |
| `AUTH` | 認証イベント | [42](42.md) |
Expand All @@ -171,7 +171,7 @@ NIPsは、**Nostr Implementation Possibilities**の略称である。
| `EOSE` | クライアントへのすべての保存済みイベントの送信完了通知 | [01](01.md) |
| `EVENT` | クライアントから要求されたイベントの送信 | [01](01.md) |
| `NOTICE` | クライアントへの人間可読なメッセージ | [01](01.md) |
| `OK` | クライアントへのイベント出版成功通知 | [01](01.md) |
| `OK` | クライアントへのイベント配信成功通知 | [01](01.md) |
| `CLOSED` | クライアントへの購読終了とその理由の通知 | [01](01.md) |
| `AUTH` | 認証チャレンジの送信 | [42](42.md) |
| `COUNT` | 要求されたイベントの計数結果 | [45](45.md) |
Expand Down

0 comments on commit c8db827

Please sign in to comment.