JBAujogue commited on
Commit
280d9eb
·
1 Parent(s): 1c32918

edit readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ pre-commit install
19
  ```python
20
  from rubik.cube import Cube
21
 
22
- cube = Cube.create(['U', 'L', 'C', 'R', 'B', 'D'], size = 3)
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)