From db567df2e0507ddc971b35e89f68db3c43399dc0 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Thu, 6 Feb 2025 12:34:06 -0500 Subject: [PATCH] chore: Update rendering of message --- DEVELOPER.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index b127552c..bcf3ab52 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -17,7 +17,8 @@ Below are the details to set up a development environment and run tests. pip install -e . ``` 1. Make code changes and contribute to the SDK's development. -> [!TIP] Using `-e` option allows you to make changes to the SDK code and have +> [!TIP] +> Using `-e` option allows you to make changes to the SDK code and have > those changes reflected immediately without reinstalling the package. ## Test @@ -33,4 +34,4 @@ Below are the details to set up a development environment and run tests. ```bash pytest - ``` \ No newline at end of file + ```