1-800-BAD-CODE commited on
Commit
e270816
1 Parent(s): c69ed9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ The easiest way to use this model is to install [punctuators](https://github.com
78
  $ pip install punctuators
79
  ```
80
 
81
- Though this is just an ONNX and SentencePiece model, so you may run it as you wish.
82
 
83
  The input to the `punctuators` API is a list (batch) of strings.
84
  Each string will be punctuated, true-cased, and segmented on predicted full stops.
 
78
  $ pip install punctuators
79
  ```
80
 
81
+ But this is just an ONNX and SentencePiece model, so you may run it as you wish.
82
 
83
  The input to the `punctuators` API is a list (batch) of strings.
84
  Each string will be punctuated, true-cased, and segmented on predicted full stops.