typo fix

Xeverous
2019-12-12 12:57:54 +01:00
parent c0045cddcc
commit d8e9b2e07c

@@ -91,7 +91,7 @@ uses beast for its HTTP client and server enterprise managed file transfer softw
----------- -----------
[`Xeverous/filter_spirit`](https://github.com/Xeverous/filter_spirit) is a compiler/generator tool that produces UI stylesheets for the Path of Exile online game (called "item/loot filters") based on the user-written configuration in Filter Spirit's own domain-specific language. Filter Spirit uses Boost Spirit to implement its DSM and Beast's HTTP to query game community tools like poe.ninja or poe.watch to obtain current item prices allowing the tool to (re)generate finely grained loot filters that are adjusted to specific gameplay and ever-changing game economy. [`Xeverous/filter_spirit`](https://github.com/Xeverous/filter_spirit) is a compiler/generator tool that produces UI stylesheets for the Path of Exile online game (called "item/loot filters") based on the user-written configuration in Filter Spirit's own domain-specific language. Filter Spirit uses Boost Spirit to implement its DSL and Beast's HTTP to query game community tools like poe.ninja or poe.watch to obtain current item prices allowing the tool to (re)generate finely grained loot filters that are adjusted to specific gameplay and ever-changing game economy.
Beast has significantly simplified issuing calls to JSON REST APIs. Big thanks for the examples. Beast has significantly simplified issuing calls to JSON REST APIs. Big thanks for the examples.