diff --git a/README.md b/README.md index 6cb9110..240d3a7 100644 --- a/README.md +++ b/README.md @@ -543,11 +543,12 @@ Here is a simple example: // for simplicity, I will not use the Lang/Script class void OnStart() { - OrderList list; - int total= TradingPool::total(); + TradingPool pool; + LinkedList list; + int total= pool.total(); for(int i=0; i