typesafehub / conductr-lib

Other
8 stars 13 forks source link

Update README.md to use describeService in Lagom application loaders #155

Closed TimMoore closed 7 years ago

TimMoore commented 7 years ago

The previous describeServices method is deprecated and never worked as expected with ConductR. Now that Lagom 1.3.6 is available, we recommend using the newer describeService method, which returns an option type rather than a sequence.

Fixes #152.