Spaces:
Sleeping
Sleeping
edit readme
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ pre-commit install
|
|
19 |
```python
|
20 |
from rubik.cube import Cube
|
21 |
|
22 |
-
cube = Cube
|
23 |
|
24 |
# display the cube state and history of moves
|
25 |
print(cube)
|
|
|
19 |
```python
|
20 |
from rubik.cube import Cube
|
21 |
|
22 |
+
cube = Cube(['U', 'L', 'C', 'R', 'B', 'D'], size = 3)
|
23 |
|
24 |
# display the cube state and history of moves
|
25 |
print(cube)
|