@iccandle/reactjs-widget 0.2.10 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -180,8 +180,6 @@ Wraps `subscribeBars` so ICCandle can push replay bars and optionally block live
180
180
  import { withPlayChart } from "@iccandle/reactjs-widget";
181
181
 
182
182
  datafeed: withPlayChart(myDatafeed),
183
- // or factory + args:
184
- datafeed: withPlayChart(createDatafeed, arg1, arg2),
185
183
  ```
186
184
 
187
185
  ### `getCustomIndicators(theme?)`