Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErraticO authored Sep 25, 2023
1 parent 20c63da commit 8bfe0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pip install basegrpc
### Quickstart
#### Prerequisites
* Input / output: please refer to the [struct](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/struct.proto) of gRPC
* Model file: `/examples/logic.mdl`(It can be placed in any directory of the project)
* Model file: `/examples/logic.mdl`
* Model class files: the file name and class name must be the same(`Logic.py` and `class Logic`)
```python
import pickle
Expand Down

0 comments on commit 8bfe0e1

Please sign in to comment.