add markdown badges
diff --git a/pkgs/stack_trace/README.md b/pkgs/stack_trace/README.md
index 19c6daa..a76dfc3 100644
--- a/pkgs/stack_trace/README.md
+++ b/pkgs/stack_trace/README.md
@@ -1,3 +1,7 @@
+[](https://github.com/dart-lang/stack_trace/actions/workflows/test-package.yml)
+[](https://pub.dev/packages/stack_trace)
+[](https://pub.dev/packages/stack_trace/publisher)
+
This library provides the ability to parse, inspect, and manipulate stack traces
produced by the underlying Dart implementation. It also provides functions to
produce string representations of stack traces in a more readable format than