Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown markup fixes #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ pip install git+https://github.com/olucurious/AppFramer.git
$ appframer -i /path/to/screens.json
```

##Options
## Options
`appframer [-h] -i INPUT`

-h --help show help message and exit
-i --input path to data.json file that describes the screenshots to put in device frame

###Example
### Example
```sh
$ appframer -i /path/to/screens.json
```

###After
### After
```
FramedAppScreens - 03-08-2016 AT 18.40
Using splash.jpg, timeline.jpg and profile.jpg as examples of screenshots listed in screens.json
Expand Down Expand Up @@ -62,7 +62,7 @@ The generated output folder will look like this:

```

###screens.json example
### screens.json example
```
Screens.json is obviously a json file format
For iOS, take the screenshots you want to use on iPhone6s preferably because of the high resolution
Expand Down