From 3e9af21f4de929b0523806a28a5b7804690bfa18 Mon Sep 17 00:00:00 2001 From: "Chris Baudouin, Jr" Date: Wed, 26 Aug 2020 12:12:24 -0400 Subject: [PATCH] refactor: Fixes README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db3b805c5..34f44f455 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ You should then be able to open the code in your editor of choice. All development work should be done locally in a new branch and/or fork. Then, make a pull request to have the code merged into the develop branch. Once the develop branch gets to a good state, it gets merged into the master branch for a production deployment. -Code pushed to any `codeRIT/brickhack.io` branch will automatically build on [Travis CI](https://travis-ci.org/codeRIT/brickhack.io) for tests. Any build on the master or develop branch will also trigger a deploy to GitHub Pages or our staging [Dokku](https://github.com/progrium/dokku) instance respectfully. +Code pushed to any `codeRIT/brickhack.io` branch will automatically build on [Travis CI](https://travis-ci.org/codeRIT/brickhack.io) for tests. Any build on the master or develop branch will also trigger a deploy to GitHub Pages or our staging [Dokku](https://github.com/progrium/dokku) instance respectively.