Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to ably-dart
# Contributing to ably-pubsub-dart

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![pub package](https://img.shields.io/pub/v/ably.svg)](https://pub.dev/packages/ably)
[![License](https://img.shields.io/github/license/ably/ably-dart)](https://github.com/ably/ably-dart/blob/main/LICENSE)
[![License](https://img.shields.io/github/license/ably/ably-pubsub-dart)](https://github.com/ably/ably-pubsub-dart/blob/main/LICENSE)

---

Expand Down Expand Up @@ -118,4 +118,4 @@ The [CHANGELOG.md](./CHANGELOG.md) contains details of the latest releases for t

## Support, feedback, and troubleshooting

For help or technical support, visit Ably's [support page](https://ably.com/support) or [GitHub Issues](https://github.com/ably/ably-dart/issues) for community-reported bugs and discussions.
For help or technical support, visit Ably's [support page](https://ably.com/support) or [GitHub Issues](https://github.com/ably/ably-pubsub-dart/issues) for community-reported bugs and discussions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ably
description: Ably REST SDK for Dart - A pure Dart implementation of the Ably REST API.
version: 0.2.0
homepage: https://github.com/ably/ably-dart
repository: https://github.com/ably/ably-dart
homepage: https://github.com/ably/ably-pubsub-dart
repository: https://github.com/ably/ably-pubsub-dart

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
Loading