Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c956a07

Browse files
committed
Merge pull request tensorflow#83 from n-kats/patch-1
fix typo
2 parents 3e1e258 + 54011a3 commit c956a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ source. You'll need to install:
8080
* `apt-get install swig` on Ubuntu
8181
* `brew install swig` on OSX
8282
* protocol buffers, with a version supported by TensorFlow:
83-
* check your protobuf version with `pip freeze | grep protobuf1`
83+
* check your protobuf version with `pip freeze | grep protobuf`
8484
* upgrade to a supported version with `pip install -U protobuf==3.0.0b2`
8585
* asciitree, to draw parse trees on the console for the demo:
8686
* `pip install asciitree`

0 commit comments

Comments
 (0)