Skip to content

Commit

Permalink
* Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bchevalier committed Oct 20, 2014
1 parent c6663c8 commit dabe853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Extract JSON meta-data and images from a SWF file

### Operation

1 - Will parse the input directory to find SWF files corresponding to the given source file pattern.
2 - Will sequentially parse and process the SWF files.
3 - Will export JSON meta-data and images corresponding to the SWF files.
* Will parse the input directory to find SWF files corresponding to the given source file pattern.
* Will sequentially parse and process the SWF files.
* Will export JSON meta-data and images corresponding to the SWF files.

## TODO

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jeff",
"description": "Extracts Json meta-data and images from a SWF Flash file.",
"version": "0.1.0",
"private": true,
"private": false,
"author": {
"name": "Brice Chevalier",
"email": "[email protected]"
Expand Down

0 comments on commit dabe853

Please sign in to comment.