Skip to content

Commit 1f94334

Browse files
committed
Fix syntax highlighting.
1 parent b033b30 commit 1f94334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/rails-integration/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The `falcon serve` command is only intended to be used for local development. Fo
2525

2626
1. Create a `falcon.rb` file
2727

28-
~~~ rb
28+
~~~ ruby
2929
#!/usr/bin/env -S falcon host
3030
# frozen_string_literal: true
3131

@@ -45,7 +45,7 @@ end
4545

4646
2. Create a `preload.rb` file
4747

48-
~~~ rb
48+
~~~ ruby
4949
# frozen_string_literal: true
5050

5151
require_relative "config/environment"

0 commit comments

Comments
 (0)