diff --git a/README.md b/README.md index 5920785..e4d014e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@

- Slate: API Documentation Generator + Slate: API Documentation Generator
- Build Status + Build Status

Slate helps you create beautiful, intelligent, responsive API documentation.

-

Screenshot of Example Documentation created with Slate

+

Screenshot of Example Documentation created with Slate

The example above was created with Slate. Check it out at slatedocs.github.io/slate.

diff --git a/deploy.sh b/deploy.sh index f872d23..9dbd7db 100755 --- a/deploy.sh +++ b/deploy.sh @@ -154,7 +154,7 @@ incremental_deploy() { 0) echo No changes to files in $deploy_directory. Skipping commit.;; 1) commit+push;; *) - echo git diff exited with code $diff. Aborting. Staying on branch $deploy_branch so you can debug. To switch back to master, use: git symbolic-ref HEAD refs/heads/master && git reset --mixed >&2 + echo git diff exited with code $diff. Aborting. Staying on branch $deploy_branch so you can debug. To switch back to main, use: git symbolic-ref HEAD refs/heads/main && git reset --mixed >&2 return $diff ;; esac