diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 14:47:25 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 14:47:25 +0200 |
| commit | 93522effba2f200257141189de5925a23fca93b8 (patch) | |
| tree | 96d94b56017f1448832b5dc9e24bfcb31183f13c /README.md | |
| parent | 1fb55fe25b3dd5ef61dbc38290fbba2e233dc6b6 (diff) | |
| download | nissy-core-93522effba2f200257141189de5925a23fca93b8.tar.gz nissy-core-93522effba2f200257141189de5925a23fca93b8.zip | |
Remove compose from the public API
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -241,8 +241,8 @@ $ python # In the main folder | |||
| 241 | From here you can call the library functions directly, for example: | 241 | From 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 | ||
| 248 | The `python/examples` folder contains some examples, that you | 248 | The `python/examples` folder contains some examples, that you |
