Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit f2fb951

Browse files
committed
update README.md
1 parent f12273a commit f2fb951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ $pFFA->criticalPower($time_periods); // e.g. 300 or [300, 600, 900, 1200]
302302
Note that ```$pFFA->criticalPower``` and some power metrics (Normalised Power, Variability Index, Intensity Factor, Training Stress Score) will use the [PHP Trader](http://php.net/manual/en/book.trader.php) extension if it is loaded on the server. If the extension is not loaded then it will use the built-in Simple Moving Average algorithm, which is far less performant particularly for larger files!
303303

304304

305-
A demo of power analysis is available [here](http://www.adriangibbons.com/php-fit-file-analysis-demo/analysis_power.php).
305+
A demo of power analysis is available [here](http://www.adriangibbons.com/php-fit-file-analysis/demo/power-analysis.php).
306306

307307
##Acknowledgement
308308
This class has been created using information available in a Software Development Kit (SDK) made available by ANT ([thisisant.com](http://www.thisisant.com/resources/fit)).

0 commit comments

Comments
 (0)