README.md in fillable-pdf-0.9.0 vs README.md in fillable-pdf-0.9.1

- old
+ new

@@ -4,9 +4,21 @@ [![Gem Version](https://badge.fury.io/rb/fillable-pdf.svg)](https://rubygems.org/gems/fillable-pdf) [![Build Status](https://api.travis-ci.org/vkononov/fillable-pdf.svg?branch=master)](http://travis-ci.org/vkononov/fillable-pdf) FillablePDF is an extremely simple and lightweight utility that bridges iText and Ruby in order to fill out fillable PDF forms or extract field values from previously filled out PDF forms. +## Known Issues + +If the gem hangs in `development`, removing the following gems may fix the issue: + +```ruby +gem 'spring' +gem 'spring-watcher-listen' +``` + +If the gem hangs in `production`, you could try to use `puma` with a reverse proxy to host the application. + + ## Installation **Ensure that your `JAVA_HOME` variable is set before installing this gem (see examples below).** * OSX: `/Library/Java/JavaVirtualMachines/jdk-12.0.2.jdk/Contents/Home` \ No newline at end of file