From d8e9b2e07cb5ca1170ddcb25092bca2689df0de6 Mon Sep 17 00:00:00 2001 From: Xeverous <20820409+Xeverous@users.noreply.github.com> Date: Thu, 12 Dec 2019 12:57:54 +0100 Subject: [PATCH] typo fix --- Companies-and-Individuals-Using-Beast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Companies-and-Individuals-Using-Beast.md b/Companies-and-Individuals-Using-Beast.md index 92f2dd8..5561378 100644 --- a/Companies-and-Individuals-Using-Beast.md +++ b/Companies-and-Individuals-Using-Beast.md @@ -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.