Skip to content

Commit fbad329

Browse files
committed
README: Fix markdownlint issue w/ emphasized note
Add a dot to this emphasized last sentence, without which markdownlint gets confused. The latter otherwise perceived this note as heading text, thus expected proper header format, as opposed to bold. Signed-off-by: Marco Miller <[email protected]>
1 parent a52cba3 commit fbad329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The virtual environment can be replaced with another local setup.
3535

3636
To run currently available integration tests, launch a server and type the following command in the root directory:
3737

38-
**Note: Executing the tests will delete all traces and experiments from trace server workspace. Backup workspace before running the tests or start from fresh workspace**
38+
**Note: Executing the tests will delete all traces and experiments from trace server workspace. Backup workspace before running the tests or start from fresh workspace.**
3939

4040
```shell
4141
git submodule update --init

0 commit comments

Comments
 (0)