diff --git a/README.md b/README.md index a00274c..5328749 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ list_of_chars = list() .insert(index, ) = .pop([index]) .remove() - = .index() +index = .index(, [start, [stop]]) ```