mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 14:10:27 -04:00
[Docs] Improvements.
* Add enough of a description of story format versions that the later mention of "major version" makes sense. * Change a "should" to the correct "must" in the JSON chunk warning. * Add a reminder to the Twee2->Twee v3 tip about the standard Twee file extensions.
This commit is contained in:
parent
78cc697889
commit
ecef9e14ea
2 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ You may convert a Twee2 notation file to a Twee v3 notation file like so:
|
|||
tweego -d -o twee_v3_file.twee twee2_file.tw2
|
||||
```
|
||||
|
||||
Or, if the Twee2 notation file has a standard Twee file extension, like so:
|
||||
Or, if the Twee2 notation file has a standard Twee file extension (`.tw`, `.twee`), like so:
|
||||
|
||||
```
|
||||
tweego --twee2-compat -d -o twee_v3_file.twee twee2_file.twee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue