diff --git a/README.md b/README.md index cad2832..8e6d428 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ in heckin gitea, create destination repo. ### 2. add dronefile to source repo -Filename: `.drone.yml`, in root of repo. Note the `<>` vars to replace. +Filename: `.drone.yml`, in root of repo. Note the `` to replace. ```yaml kind: pipeline @@ -79,7 +79,7 @@ git submodule add if you used the SSH url, set it to the HTTPS url. ```sh -git submodule set-url +git submodule set-url git add .gitmodules # the changes from submodule add are auto-staged, this config change isn't ```