Description
The README for proxy is incorrect in a few cases.
- it should specify that the thrift profile needs to be activated in maven (-P thrift)
- it doesn't need "install"; "mvn clean package -P thrift" is sufficient
- some typos; run spellchecker
- the information about data.thrift is incorrect; the proxy doesn't have a dependency on core data structures
- it should explain where the resulting generated files get placed
- there should be a link to more information on how to build the thrift compiler with the proper language support