elixir-maru / maru

Elixir RESTful Framework
https://maru.readme.io
BSD 3-Clause "New" or "Revised" License
1.32k stars 84 forks source link

Incoherance in the get started doc #9

Closed alexjp closed 9 years ago

alexjp commented 9 years ago

Hi,

Sorry this is really nitpicking but in the get started webpage, you mention:

config :maru, MyAPP.API,
    http: [port: 8880]

and then

$ curl 127.0.0.1:4000
{"hello":"world"}

which should be 8880 ( or change config to 4000 ).

!! sorry for nitpicking !!

Cifer-Y commented 9 years ago

Yeah, typo again :smile_cat:

falood commented 9 years ago

Thank you! Fixed!