Commit c9d38311 authored by Benjamin Ackermann's avatar Benjamin Ackermann

Fixed typo: added "git" in composer docu.

parent 6617c3be
...@@ -59,7 +59,7 @@ After this basic package structure is created, we need to tag it in Git and push ...@@ -59,7 +59,7 @@ After this basic package structure is created, we need to tag it in Git and push
```shell ```shell
git init git init
add composer.json git add composer.json
git commit -m 'Composer package test' git commit -m 'Composer package test'
git tag v1.0.0 git tag v1.0.0
git add origin git@gitlab.com:<namespace>/<project-name>.git git add origin git@gitlab.com:<namespace>/<project-name>.git
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment