diff --git a/README.md b/README.md index 8778e7f..567ef5d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Mangrove is a utility data structure designed to manage various types of data wi - `__getattr__ & __setattr__`: Dynamic variable access with robust error handling. - `tocuda()`: Streamline the transfer of variables to CUDA-enabled GPUs. - `push()`: Modify the depth of a variable dynamically. -- `shift()` Move any variable to a destination depth. +- `shift()`: Move any variable to a destination depth. ## Requirements