Skip to content

Commit

Permalink
Imporve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
doforce committed Nov 30, 2023
1 parent 8c0e13e commit 31909ef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
### Github trending

![github.png](http://upload-images.jianshu.io/upload_images/2040047-113772827550d86c.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

This project is a GitHub trending API power by FastAPI and Scrapy parsel.
It was deployed on Vercel.
This repository is a GitHub trending API power by [FastAPI](https://fastapi.tiangolo.com) and [Scrapy parsel](/~https://github.com/scrapy/parsel).</br>
It was deployed to [Vercel](https://vercel.com).

---

Expand All @@ -24,7 +22,7 @@ uvicorn main:app --reload
docker build -t trending . && docker run --rm -p 8000:80 trending
```

#### Deploy in Vercel
#### Deploy to Vercel

Just fork this repository, and import it in your Vercel dashboard.

Expand Down

0 comments on commit 31909ef

Please sign in to comment.