From 5ea0f4af54a4a9ab7141d0391625f46fca59bfcb Mon Sep 17 00:00:00 2001 From: Ivan Kavalerov Date: Wed, 3 Jul 2024 11:23:50 +0100 Subject: [PATCH] Simplify upgrade section in the readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba9d9e0d..38fb644f 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,9 @@ cd ably-python python setup.py install ``` -## Breaking API Changes in Version 1.2.0 +## Upgrad / Migration Guide -Please see our [Upgrade / Migration Guide](UPDATING.md) for notes on changes you need to make to your code to update it to use the new API -introduced by version 1.2.0. +Please see our [Upgrade / Migration Guide](UPDATING.md) for notes on changes you need to make to your code to update it to use the new APIs when migrating from older versions. ## Usage