Skip to content

Commit fe86f18

Browse files
jneenjneen
andauthored
replace references to rackup with puma (#2235)
Co-authored-by: jneen <jneen@jneen.net>
1 parent b4939ce commit fe86f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ test. For example, to test just the _`ruby` lexer_ (located at path
312312
TEST=spec/lexers/ruby_spec.rb rake
313313
```
314314

315-
To test a lexer visually, run `rackup` from the top-level working directory and
315+
To test a lexer visually, run `puma` from the top-level working directory and
316316
you should have a web server running and ready to go. Visit
317317
<http://localhost:9292> to see the full list of Rouge's lexers.
318318

spec/visual_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
puts <<-MSG
55
66
============
7-
Run `rackup` and visit localhost:9292/:lexer_name to visually test a lexer.
7+
Run `puma` and visit localhost:9292/:lexer_name to visually test a lexer.
88
============
99
1010
MSG

0 commit comments

Comments
 (0)