Skip to content

Commit ceb91f0

Browse files
committed
docs(readme): Rename development -> local development
1 parent 0e2d1f1 commit ceb91f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ All documentation is easily editable using the GitHub UI. Click the "Edit" butto
7171

7272
If there's a new feature you're looking to implement, **please** file an issue to open discussion on the feature before starting work or opening a pull request.
7373

74-
## Development
74+
## Local Development
7575

7676
1. Setup Ruby + MySQL for local development
7777

@@ -122,7 +122,7 @@ irb(main):001:0> User.last.update_attribute(:role, :admin)
122122

123123
_See https://coderit.org/hackathon-manager/ for docs on regular hackathon setup_
124124

125-
### Development Utilities
125+
### Local Development Utilities
126126

127127
- **Mail View** - Email templates can be previewed at http://localhost:3000/rails/mailers
128128
- **Mail Catcher** - When active, emails will be captured by MailCatcher instead of slipping into a black hole (no emails are ever sent in development). Visit [mailcatcher.me](http://mailcatcher.me/) and follow instructions under "How" to get setup.

0 commit comments

Comments
 (0)