Minor update to README.md for description

#10
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -127,6 +127,7 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
127
  ```
128
 
129
  **Using vLLM**
 
130
  Serve the model with tool-use enabled and parser set.
131
 
132
  ```
 
127
  ```
128
 
129
  **Using vLLM**
130
+
131
  Serve the model with tool-use enabled and parser set.
132
 
133
  ```