Skip to content

Commit b5e2d3c

Browse files
committed
Fix type in README.md
1 parent 46eb4f1 commit b5e2d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ tensorboard --logdir ./tensorboard/
118118

119119
Then go to `http://127.0.0.1:6006` in the browser.
120120

121-
### Serving And Predicting
121+
### Serving and Predicting
122122

123-
The exported model is compatiable with [TensorFlow Serving](https://github.com/tensorflow/serving). You can follow the document and run the `tensorflow_model_server`.
123+
The exported model is compatible with [TensorFlow Serving](https://github.com/tensorflow/serving). You can follow the document and run the `tensorflow_model_server`.
124124

125125
```
126126
./tensorflow_model_server --port=9000 --model_name=dense --model_base_path=./model/

0 commit comments

Comments
 (0)