From 93522effba2f200257141189de5925a23fca93b8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Apr 2025 14:47:25 +0200 Subject: Remove compose from the public API --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 44423a6..302928a 100644 --- a/README.md +++ b/README.md @@ -241,8 +241,8 @@ $ python # In the main folder From here you can call the library functions directly, for example: ``` ->>> nissy.compose('NEORSQLH=ZFCYUAGLHTKB=A', 'NEORSQLH=ZFCYUAGLHTKB=A') -'ASTUGFBH=DACXEZGBLIKF=A' +>>> nissy.applymoves('ABCDEFGH=ABCDEFGHIJKL=A', "R U R' U'") +'WFCDERQH=AECDIFGHBJKL=A' ``` The `python/examples` folder contains some examples, that you -- cgit v1.3