Commit a6e316cd authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

doc: fix typo [skip-ci]

parent 43ccda2e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ This project allows creating a new to-be-continuous template repository from scr
    ```bash
    cd name-of-template
    git init .
    git remove add origin https://gitlab.com/to-be-continuous/name-of-template.git
    git remote add origin https://gitlab.com/to-be-continuous/name-of-template.git
    git add .
    git commit -m 'initial commit'
    git push