Skip to content

Commit fa52749

Browse files
committed
fix the wrong instructions
1 parent 10c3b60 commit fa52749

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
@@ -50,10 +50,10 @@ Run in default setting
5050
<pre><code>python main.py</code></pre>
5151

5252
CNN
53-
<pre><code>python main.py -model cnn</code></pre>
53+
<pre><code>python main.py --model cnn</code></pre>
5454

5555
LSTM
56-
<pre><code>python main.py -model lstm</code></pre>
56+
<pre><code>python main.py --model lstm</code></pre>
5757

5858
## Contributor
5959
- [@Allenzhai](https://github.com/zhaizheng)

0 commit comments

Comments
 (0)