diff --git a/README.md b/README.md index 185c1f0..20118a0 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ just use `curl -fsSL -o ivcs.sh https://github.com/ION606/VCS/raw/main/init.sh & ## Commands format: `ionvcs [args]` -| Command | Args | Description | -|----------|-------------|---------------------------------| -| clone | \ | Clone a repository. | -| user | \ | Get user information. | -| init | N/A | Initialize a repository. | -| login | N/A | Login to the system. | -| push | [-f] | Push changes to the repository. | +| Command | Args | Description | +|----------|--------------|---------------------------------| +| clone | \ | Clone a repository. | +| user | \ | Get user information. | +| init | N/A | Initialize a repository. | +| login | N/A | Login to the system. | +| push | [-f] | Push changes to the repository. |