You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,28 +19,28 @@ The latest version of the SDK can be installed from [Maven Central Repository](h
19
19
The [FIT SDK Cookbook](https://developer.garmin.com/fit/cookbook/) contains examples of using the FIT SDK to solve real-world problems. There are recipes for encoding and decoding Activity, Workout, and Course files; and recipes that provide tips for working with the FIT SDK.
20
20
21
21
### Decoding an Activity File
22
-
The FIT C# SDK contains example code for decoding FIT Activity files. See the [Decoding FIT Activity Files](https://developer.garmin.com/fit/cookbook/decoding-activity-files/) recipe for details on decoding FIT Activity files.
22
+
The FIT Java SDK contains example code for decoding FIT Activity files. See the [Decoding FIT Activity Files](https://developer.garmin.com/fit/cookbook/decoding-activity-files/) recipe for details on decoding FIT Activity files.
The FIT C# SDK contains example code for encoding FIT Activity files. See the [Encoding FIT Activity Files](https://developer.garmin.com/fit/cookbook/encoding-activity-files/) recipe for details on encoding FIT Activity files.
29
+
The FIT Java SDK contains example code for encoding FIT Activity files. See the [Encoding FIT Activity Files](https://developer.garmin.com/fit/cookbook/encoding-activity-files/) recipe for details on encoding FIT Activity files.
The FIT C# SDK contains example code for encoding FIT Course files. See the [Encoding FIT Course Files](https://developer.garmin.com/fit/cookbook/encoding-course-files/) recipe for details on encoding FIT Course files.
36
+
The FIT Java SDK contains example code for encoding FIT Course files. See the [Encoding FIT Course Files](https://developer.garmin.com/fit/cookbook/encoding-course-files/) recipe for details on encoding FIT Course files.
The FIT C# SDK contains example code for encoding FIT Workout files. See the [Encoding FIT Workout Files](https://developer.garmin.com/fit/cookbook/encoding-workout-files/) recipe for details on encoding FIT Workout files.
43
+
The FIT Java SDK contains example code for encoding FIT Workout files. See the [Encoding FIT Workout Files](https://developer.garmin.com/fit/cookbook/encoding-workout-files/) recipe for details on encoding FIT Workout files.
0 commit comments