Skip to content

Commit edd7899

Browse files
authored
Update README.md
1 parent c3e5a79 commit edd7899

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ The latest version of the SDK can be installed from [Maven Central Repository](h
1919
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.
2020

2121
### 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.
2323
<details>
2424
<summary>Click to view code snippet</summary>
2525
https://github.com/garmin/fit-java-sdk/blob/aa47e36cb94f1282347e7482d66e2559e0b31127/com/garmin/fit/examples/DecodeExample.java#L1-L293
2626
</details>
2727

2828
### Encoding an Activity File
29-
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.
3030
<details>
3131
<summary>Click to view code snippet</summary>
3232
https://github.com/garmin/fit-java-sdk/blob/aa47e36cb94f1282347e7482d66e2559e0b31127/com/garmin/fit/examples/EncodeActivity.java#L1-L700
3333
</details>
3434

3535
### Encoding a Course File
36-
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.
3737
<details>
3838
<summary>Click to view code snippet</summary>
3939
https://github.com/garmin/fit-java-sdk/blob/aa47e36cb94f1282347e7482d66e2559e0b31127/com/garmin/fit/examples/EncodeCourse.java#L1-L297
4040
</details>
4141

4242
### Encoding a Workout File
43-
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.
4444
<details>
4545
<summary>Click to view code snippet</summary>
4646
https://github.com/garmin/fit-java-sdk/blob/aa47e36cb94f1282347e7482d66e2559e0b31127/com/garmin/fit/examples/EncodeWorkout.java#L1-L469

0 commit comments

Comments
 (0)