Skip to content

Commit 38ce5dc

Browse files
committed
Merge pull request #25 from fernandes/patch-1
Add threaded server information to README
2 parents b506cc2 + a8f0408 commit 38ce5dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ or if you have an account on [prerender.io](http://prerender.io) and want to use
3232

3333
## Testing
3434

35+
When testing make sure you're not using a single threaded application server like default WEBrick one, use Puma or Unicorn.
36+
3537
If your URLs use a hash-bang:
3638

3739
If you want to see `http://localhost:5000/#!/profiles/1234`

0 commit comments

Comments
 (0)