Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
landalex authored May 3, 2018
1 parent 65c865a commit 2ffdc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ optional arguments:
### Example usage:
```
# Convert to a json format for FacebookChatStatistics
python3 facebook-message-converter.py --in message.json --out converted.json --format json
$ python3 facebook-message-converter.py --in message.json --out converted.json --format json
```

```
# Convert to a txt format for conversation-analyzer
python3 facebook-message-converter.py --in message.json --out converted.txt --format txt
$ python3 facebook-message-converter.py --in message.json --out converted.txt --format txt
```

0 comments on commit 2ffdc2e

Please sign in to comment.