README.md in macaw_framework-0.1.3 vs README.md in macaw_framework-0.1.4

- old
+ new

@@ -1,9 +1,10 @@ # MacawFramework This is a framework for developing web applications. Please have in mind that this is still a work in progress and -it is strongly advised to not use it for production purposes for now. Anyone who wishes to contribute is welcome. +it is strongly advised to not use it for production purposes for now. Actualy it supports only HTTP. HTTPS and SSL +support will be implemented soon. Anyone who wishes to contribute is welcome. ## Installation Install the gem and add to the application's Gemfile by executing: @@ -22,10 +23,11 @@ in the same directory of the script that will start the application with the following content: ```json { "macaw": { - "port": 80 + "port": 8080, + "bind": "localhost" } } ``` Example of usage: