aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-22 14:47:25 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-22 14:47:25 +0200
commit93522effba2f200257141189de5925a23fca93b8 (patch)
tree96d94b56017f1448832b5dc9e24bfcb31183f13c /README.md
parent1fb55fe25b3dd5ef61dbc38290fbba2e233dc6b6 (diff)
downloadnissy-core-93522effba2f200257141189de5925a23fca93b8.tar.gz
nissy-core-93522effba2f200257141189de5925a23fca93b8.zip
Remove compose from the public API
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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
241From here you can call the library functions directly, for example: 241From here you can call the library functions directly, for example:
242 242
243``` 243```
244>>> nissy.compose('NEORSQLH=ZFCYUAGLHTKB=A', 'NEORSQLH=ZFCYUAGLHTKB=A') 244>>> nissy.applymoves('ABCDEFGH=ABCDEFGHIJKL=A', "R U R' U'")
245'ASTUGFBH=DACXEZGBLIKF=A' 245'WFCDERQH=AECDIFGHBJKL=A'
246``` 246```
247 247
248The `python/examples` folder contains some examples, that you 248The `python/examples` folder contains some examples, that you

Generated with cgit - Back to sebastiano.tronto.net