Skip to content

fix(docs): Add syntax highlighting to code snippets in README

Before

print(f"Some Python code")

After

print(f"Some Python code")

Merge request reports