diff --git a/README.md b/README.md index cb0282ee..4ecf739f 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,11 @@ The client is an SPA web application written in Typescript using the React libra **QuickFixGo/QuickFixJ:** fix engines used to communicate between the platform's order gateways and market simulators. -**BlueprintJS:** a library of GUI components designed for applications built to analyse data; there is a strong affinity between this type of application and a trading application, I have found it to be a good match in practice. +**Ag Grid: **Used for all the tables in the GUI. As a table implementation for trading applications I can't praise this highly enough, simply superb. + +**Caplin Flexlayout:** the ideal GUI layout manager for a trading application as it was originally written to be, well, a layout manager for a trading application. -**Caplin Flexlayout:** the ideal GUI layout manager for a trading application as it was originally written to be, well, a layout manager for a trading application (thanks to Caplin for open sourcing it). +**BlueprintJS:** a library of GUI components designed for applications built to analyse data; there is a strong affinity between this type of application and a trading application, I have found it to be a good match in practice.