Skip to content

Commit 60cb74a

Browse files
authored
readme: don't forget this is rst file
1 parent 09441b8 commit 60cb74a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Features
3737
* can be disabled in all tools by setting `ITERATIVE_DO_NOT_TRACK=1` env var
3838
* single anonymised `user_id` across all `iterative` projects
3939
* collects minimal amount of anonymised data. For example:
40-
```
41-
{
42-
"tool_name": "dvc",
43-
"tool_version": "2.14.0",
44-
"user_id": "e798d2e2-8941-4f24-a868-3adcbf6467df",
45-
"os_name": "mac",
46-
"os_version": "21.4.0",
47-
}
48-
```
40+
.. code:: python
41+
42+
{
43+
"tool_name": "dvc",
44+
"tool_version": "2.14.0",
45+
"user_id": "e798d2e2-8941-4f24-a868-3adcbf6467df",
46+
"os_name": "mac",
47+
"os_version": "21.4.0",
48+
}
4949
5050
Requirements
5151
------------

0 commit comments

Comments
 (0)