From 4c95bb09bb1d686452fd2807f622f40ca9a31501 Mon Sep 17 00:00:00 2001 From: Christian Adell Date: Fri, 1 Oct 2021 10:30:14 +0200 Subject: [PATCH] Fix typo readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a66604f9..0d59ed99 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ B.load() # Show the difference between both systems, that is, what would change if we applied changes from System B to System A diff_a_b = A.diff_from(B) -print(diff.str()) +print(diff_a_b.str()) # Update System A to align with the current status of system B A.sync_from(B)