Skip to content

Commit

Permalink
Merge pull request #221 from ably/update-spaces-identifier
Browse files Browse the repository at this point in the history
Update spaces identifier
  • Loading branch information
paddybyers authored Nov 3, 2023
2 parents 573af3e + ae14bd0 commit f46ed70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ The following table adds more contextual detail for some agent identifiers, wher
| `ably-asset-tracking-swift` | [ably-asset-tracking-swift](https://github.com/ably/ably-asset-tracking-swift) |
| `ably-flutter` | [ably-flutter](https://github.com/ably/ably-flutter) |
| `ably-ruby-rest` | [ably-ruby](https://github.com/ably/ably-ruby) |
| `ably-spaces` | [spaces](https://github.com/ably-labs/spaces) |
| `android` | [ably-java](https://github.com/ably/ably-java), [ably-dotnet](https://github.com/ably/ably-dotnet) |
| `browser` | [ably-js](https://github.com/ably/ably-js) |
| `dart` | [ably-flutter](https://github.com/ably/ably-flutter) |
Expand All @@ -113,8 +112,9 @@ The following table adds more contextual detail for some agent identifiers, wher
| `react-hooks` | [react-hooks](https://github.com/ably-labs/react-hooks) |
| `react-native` | [ably-js](https://github.com/ably/ably-js) |
| `ruby` | [ably-ruby](https://github.com/ably/ably-ruby) |
| `spaces-default-client` | [spaces](https://github.com/ably-labs/spaces) |
| `spaces-custom-client` | [spaces](https://github.com/ably-labs/spaces) |
| `spaces` | [spaces](https://github.com/ably/spaces) |
| `spaces-default-client` | [spaces](https://github.com/ably/spaces) |
| `spaces-custom-client` | [spaces](https://github.com/ably/spaces) |
| `tvOS` | [ably-cocoa](https://github.com/ably/ably-cocoa) |
| `unity` | [ably-dotnet](https://github.com/ably/ably-dotnet) |
| `uwp` | [ably-dotnet](https://github.com/ably/ably-dotnet) |
Expand Down
2 changes: 1 addition & 1 deletion protocol/agents.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"type": "wrapper"
},
{
"identifier": "ably-spaces",
"identifier": "spaces",
"versioned": true,
"type": "wrapper"
},
Expand Down

0 comments on commit f46ed70

Please sign in to comment.