Skip to content

Commit 5f4fc93

Browse files
committed
Fix indentation in README
1 parent d1452bd commit 5f4fc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This buildpack takes a different approach and makes using the native Git way of
1515

1616
heroku buildpacks:add https://github.com/SectorLabs/heroku-buildpack-git-submodule.git
1717
18-
Keep in mind that the buildpack order is important. If you'll specify this buildpack after your default one (e.g. `heroku/nodejs`) it'll not work. See [https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app](https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app) for details.
18+
Keep in mind that the buildpack order is important. If you'll specify this buildpack after your default one (e.g. `heroku/nodejs`) it'll not work. See [https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app](https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app) for details.
1919

2020
2. Set the `GIT_REPO_URL` to the SSH URL of your Git repo:
2121

0 commit comments

Comments
 (0)