Skip to content

Commit

Permalink
Make README images center
Browse files Browse the repository at this point in the history
  • Loading branch information
cj1128 committed Feb 18, 2017
1 parent 81a393c commit e8fe8d2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

生成代码明信片。支持代码压缩,图片缩放,自动居中。[使用Go编写代码明信片生成器](https://cjting.me/golang/2017-02-18-%E4%BD%BF%E7%94%A8Go%E7%BC%96%E5%86%99%E4%BB%A3%E7%A0%81%E6%98%8E%E4%BF%A1%E7%89%87%E7%94%9F%E6%88%90%E5%99%A8.html)

![](https://ww1.sinaimg.cn/large/9b85365dgy1fcujv2s1khj20m80l4n55)
<p align="center">
<img src="https://ww1.sinaimg.cn/large/9b85365dgy1fcujv2s1khj20m80l4n55" alt="rocket code poster" />
</p>

## 安装

Expand Down Expand Up @@ -65,20 +67,26 @@ Args:
codeposter jquery.min.js go.png > go.html
```

![](https://ww1.sinaimg.cn/large/9b85365dgy1fcujvjjomgj20m70l37ce)
<p align="center">
<img src="https://ww1.sinaimg.cn/large/9b85365dgy1fcujvjjomgj20m70l37ce" alt="gopher code poster" />
</p>

### Heart

```bash
codeposter jquery.min.js heart.png > heart.html
```

![](https://ww1.sinaimg.cn/large/9b85365dgy1fcujw0juyxj20m70l3wmc)
<p align="center">
<img src="https://ww1.sinaimg.cn/large/9b85365dgy1fcujw0juyxj20m70l3wmc" alt="heart code poster" />
</p>

### Diamond

```bash
codeposter jquery.min.js diamond.png > diamond.html
```

![](https://ww1.sinaimg.cn/large/9b85365dgy1fcujw08zu4j20m70l47ck)
<p align="center">
<img src="https://ww1.sinaimg.cn/large/9b85365dgy1fcujw08zu4j20m70l47ck" alt="diamond code poster" />
</p>

0 comments on commit e8fe8d2

Please sign in to comment.