Skip to content

Commit 60582ae

Browse files
committed
Format README.md
1 parent 84274b0 commit 60582ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/mcp/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,28 @@
4040
Can be used to fetch sample crashes and exceptions for an issue,
4141
which will include stack traces and other data useful for debugging. |
4242

43-
| crashlytics_batch_get_events | crashlytics | Gets specific events by resource name.
43+
| crashlytics*batch_get_events | crashlytics | Gets specific events by resource name.
4444
Can be used to fetch sample crashes and exceptions for an issue,
4545
which will include stack traces and other data useful for debugging. |
4646
| crashlytics_list_notes | crashlytics | Use this to list all notes for an issue in Crashlytics. |
47-
| crashlytics_get_top_issues | crashlytics | Use this to count events and distinct impacted users, grouped by _issue_.
47+
| crashlytics_get_top_issues | crashlytics | Use this to count events and distinct impacted users, grouped by \_issue*.
4848
Groups are sorted by event count, in descending order.
4949
Only counts events matching the given filters. |
50-
| crashlytics_get_top_variants | crashlytics | Counts events and distinct impacted users, grouped by issue _variant_.
50+
| crashlytics*get_top_variants | crashlytics | Counts events and distinct impacted users, grouped by issue \_variant*.
5151
Groups are sorted by event count, in descending order.
5252
Only counts events matching the given filters. |
53-
| crashlytics_get_top_versions | crashlytics | Counts events and distinct impacted users, grouped by _version_.
53+
| crashlytics*get_top_versions | crashlytics | Counts events and distinct impacted users, grouped by \_version*.
5454
Groups are sorted by event count, in descending order.
5555
Only counts events matching the given filters. |
56-
| crashlytics_get_top_apple_devices | crashlytics | Counts events and distinct impacted users, grouped by apple _device_.
56+
| crashlytics*get_top_apple_devices | crashlytics | Counts events and distinct impacted users, grouped by apple \_device*.
5757
Groups are sorted by event count, in descending order.
5858
Only counts events matching the given filters.
5959
Only relevant for iOS, iPadOS and MacOS applications. |
60-
| crashlytics_get_top_android_devices | crashlytics | Counts events and distinct impacted users, grouped by android _device_.
60+
| crashlytics*get_top_android_devices | crashlytics | Counts events and distinct impacted users, grouped by android \_device*.
6161
Groups are sorted by event count, in descending order.
6262
Only counts events matching the given filters.
6363
Only relevant for Android applications. |
64-
| crashlytics_get_top_operating_systems | crashlytics | Counts events and distinct impacted users, grouped by _operating system_.
64+
| crashlytics*get_top_operating_systems | crashlytics | Counts events and distinct impacted users, grouped by \_operating system*.
6565
Groups are sorted by event count, in descending order.
6666
Only counts events matching the given filters. |
6767
| crashlytics_update_issue | crashlytics | Use this to update the state of Crashlytics issue. |

0 commit comments

Comments
 (0)