mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Switch README to format hoe understands
This commit is contained in:
parent
fb41c11e4b
commit
43cb200469
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
@ -1,20 +1,16 @@
|
|||
Puma: A Ruby Web Server Built For Concurrency
|
||||
=============================================
|
||||
# Puma: A Ruby Web Server Built For Concurrency
|
||||
|
||||
Description
|
||||
-----------
|
||||
## Description
|
||||
|
||||
Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running rack apps only.
|
||||
|
||||
What makes Puma so fast is the careful use of an Ragel extension to provide fast, accurate HTTP 1.1 protocol parsing. This makes the server scream without too many portability issues.
|
||||
|
||||
License
|
||||
-------
|
||||
## License
|
||||
|
||||
Puma is copyright 2011 Evan Phoenix and contributors. It is licensed under the BSD license. See the include LICENSE file for details.
|
||||
|
||||
Quick Start
|
||||
-----------
|
||||
## Quick Start
|
||||
|
||||
The easiest way to get started with Puma is to install it via RubyGems and then run a Ruby on Rails application. You can do this easily:
|
||||
|
||||
|
@ -24,7 +20,6 @@ Now you should have the puma command available in your PATH, so just do the foll
|
|||
|
||||
$ puma app.ru
|
||||
|
||||
Install
|
||||
-------
|
||||
## Install
|
||||
|
||||
$ gem install puma
|
||||
|
|
Loading…
Add table
Reference in a new issue