Skip to content

Commit cd8ec87

Browse files
committed
Improve README about NOTEs
1 parent 31a51b2 commit cd8ec87

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
@@ -48,8 +48,9 @@ See the [documentation](https://shopify.github.io/ruby-lsp-rails) for more in-de
4848
1. Open a test which inherits from `ActiveSupport::TestCase` or one of its descendants, such as `ActionDispatch::IntegrationTest`.
4949
2. Click on the "Run", "Run in Terminal" or "Debug" code lens which appears above the test class, or an individual test.
5050

51-
Note: When using the Test Explorer view, if your code contains a statement to pause execution (e.g. `debugger`) it will
52-
cause the test runner to hang.
51+
> [!NOTE]
52+
> When using the Test Explorer view, if your code contains a statement to pause execution (e.g. `debugger`) it will
53+
> cause the test runner to hang.
5354
5455
## How It Works
5556

@@ -60,8 +61,7 @@ This gem consists of two components that enable enhanced Rails functionality in
6061

6162
This is why the Rails server needs to be running for some features to work.
6263

63-
> **Note**
64-
>
64+
> [!NOTE]
6565
> There is no need to restart the Ruby LSP every time the Rails server is booted.
6666
> If the server is shut down, the extra features will temporarily disappear and reappear once the server is running again.
6767

0 commit comments

Comments
 (0)