Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tasanobu committed Aug 8, 2015
1 parent dae18a8 commit a840335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ chmod +x misen.swift


#### e.g.
Misen generates the file below from the asset catalog with 3 image sets below.
Misen generates the file below from the asset catalog with 3 image sets below.
For reference, see the [**script**](Sample/generate.sh) of the sample project.

<img src="images/asset-catalog.png">
<img src="images/asset-catalog.png" width="30%" height="30%">

```swift
import UIKit
Expand All @@ -51,7 +51,7 @@ enum ImageAsset: String {

- In your code, you can instantiate images in Asset Catalog as follows.

```
```swift
class ViewController: UIViewController {

@IBOutlet weak var cameraImageView: UIImageView! {
Expand Down

0 comments on commit a840335

Please sign in to comment.