Skip to content

Commit

Permalink
Fix generate_readme for running the dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-antonopoulos committed Oct 21, 2024
1 parent 3bc560e commit 2a5dcd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/suspenders/cleanup/generate_readme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def perform
heading "Accessibility", level: 2
description_for Suspenders::Generators::AccessibilityGenerator
content <<~MARKDOWN
For more information, review the [Accessibility Tooling][] section in
For more information, review the [Accessibility Tooling][] section in
the [CONTRIBUTING][] guide.
[Accessibility Tooling]: ./CONTRIBUTING.md#accessibility-tooling
Expand Down Expand Up @@ -125,7 +125,7 @@ def local_development
### Running the Development Server
```
bin/rails dev
bin/dev
```
### Seed Data
Expand Down

0 comments on commit 2a5dcd5

Please sign in to comment.