Skip to content

Commit 9010f9e

Browse files
committed
fix example in readme
1 parent 0d0508d commit 9010f9e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

protobuf/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,15 @@ Afterwards, edit all local imports to start with `fleet_protocol_protobuf_files.
4949

5050
e.g.:
5151

52-
from `import InternalProtocol_pb2 as InternalProtocol__pb2`
52+
from
53+
```python
54+
import InternalProtocol_pb2 as InternalProtocol__pb2
55+
```
5356

54-
to `import fleet_protocol_protobuf_files.InternalProtocol_pb2 as InternalProtocol__pb2`
57+
to
58+
```python
59+
import fleet_protocol_protobuf_files.InternalProtocol_pb2 as InternalProtocol__pb2
60+
```
5561

5662
**GO**
5763

0 commit comments

Comments
 (0)