diff --git a/README.md b/README.md index 4b8fb88..f394e76 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,9 @@ This project uses a global version stored in the `VERSION` file located in the r After building the image, you can verify the version embedded in the image by running: ```bash -docker inspect | grep '"version"' +docker inspect lazyvim | grep '"version"' ``` -Replace `` with the name of your Docker image. - --- ## Requirements