Skip to content

Commit

Permalink
Merge pull request #29 from mokeyjay/develop
Browse files Browse the repository at this point in the history
fix README
  • Loading branch information
mokeyjay authored Jan 25, 2023
2 parents 4e5f693 + f7c65db commit 55f8d05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">🖼️ Pixiv Daily Ranking Widget</h1>
<p align="center">
<a href="https://github.com/mokeyjay/Pixiv-daily-ranking-widget/blob/master/doc/README.md">中文</a>
<a href="https://github.com/mokeyjay/Pixiv-daily-ranking-widget/blob/master/README.md">中文</a>
<br><br>
Want to add a <span style="font-weight: bold">Pixiv Daily Ranking Widget</span> to your website? It's a matter of one line of code!
<a href="https://cloud.mokeyjay.com/pixiv/demo.html" target="_blank">DEMO</a>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">🖼️ Pixiv 每日排行榜小挂件</h1>
<p align="center">
<a href="https://github.com/mokeyjay/Pixiv-daily-ranking-widget/blob/master/doc/README.en.md">English</a>
<a href="https://github.com/mokeyjay/Pixiv-daily-ranking-widget/blob/master/README.en.md">English</a>
<br><br>
想要在你的网站页面中添加一个 <span style="font-weight: bold">Pixiv 每日排行榜</span> 的展示功能吗?现在,只需要一行代码即可实现!
<a href="https://cloud.mokeyjay.com/pixiv/demo.html" target="_blank">在线预览</a>
Expand Down
2 changes: 1 addition & 1 deletion doc/deploy.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Deployment
## Docker
```shell
docker run -d -p 80:80 --name=pixiv mokeyjay/pixiv-daily-ranking-widget
docker run -d -p 80:80 --name=pixiv -e URL=http://localhost/ mokeyjay/pixiv-daily-ranking-widget
```
See [Docker](https://github.com/mokeyjay/Pixiv-daily-ranking-widget/blob/master/doc/docker.en.md)
## Local
Expand Down
2 changes: 1 addition & 1 deletion doc/deploy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 部署
## Docker
```shell
docker run -d -p 80:80 --name=pixiv mokeyjay/pixiv-daily-ranking-widget
docker run -d -p 80:80 --name=pixiv -e URL=http://localhost/ mokeyjay/pixiv-daily-ranking-widget
```
详见 [Docker](https://github.com/mokeyjay/Pixiv-daily-ranking-widget/blob/master/doc/docker.md)
## 本地部署
Expand Down

0 comments on commit 55f8d05

Please sign in to comment.