diff --git a/README.md b/README.md index 1749271f..085ff889 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The build and test structure is fairly primitive at the moment. There are variou ## Committing It is strongly recommended that when creating a commit, you follow this procedure to start the commit wizard. It will aid you on creating valid commit messages. - ```shell - git add . - npm run commit - ``` \ No newline at end of file +```shell +git add . +npm run commit +```