Skip to content

Commit

Permalink
Docs: sprite画像のパスが誤っていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sable-virt committed Feb 18, 2016
1 parent 11437eb commit d74f31e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ gulp sprite -sp
####

```
images/sprites/icon/icon-twitter.png
images/sprites/icon/icon-twitter.png
sprites/icon/icon-twitter.png
sprites/icon/icon-twitter.png
```
`gulp sprite`
```
Expand All @@ -128,8 +128,8 @@ sass/sprites/_icon.scss
ディレクトリ名の末尾を`-2x`にすることで自動的にsass上でサイズを1/2して表示されるようになります。

```
images/sprites/icon-2x/icon-twitter.png
images/sprites/icon-2x/icon-twitter.png
sprites/icon-2x/icon-twitter.png
sprites/icon-2x/icon-twitter.png
```

### サーバーのみ起動
Expand Down

0 comments on commit d74f31e

Please sign in to comment.