Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 585 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 585 Bytes

SgReader

Service to access HTML files of Smyth's A Greek Grammar for Colleges

Installation

Or install it yourself as:

$ gem install sg_reader

Usage

Right now this Sinatra server is basically faking a static file server - more features will be added at a later stage.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/sg_reader/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request