Skip to content

Commit

Permalink
📝 docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 22, 2021
1 parent ffc6e98 commit 20cfb56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# API 接口
# Vercel Serverless Api Template

[![Coverage][coverage]][codecov-url] ![Test CI status][test-ci]

[test-ci]: https://github.com/arvinxx/api/workflows/Test/badge.svg
[coverage]: https://codecov.io/gh/arvinxx/api/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/arvinxx/api/branch/master
[test-ci]: https://github.com/arvinxx/vercel-serveless-api-template/workflows/Test/badge.svg
[coverage]: https://codecov.io/gh/arvinxx/vercel-serveless-api-template/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/arvinxx/vercel-serveless-api-template/branch/master

基于 Vercel 的免费 Serverless api 模板
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vercel-serveless-api-template",
"name": "vercel-serverless-api-template",
"version": "1.0.0",
"private": true,
"description": "基于 Vercel 的免费 Serviceless api 模板",
"description": "基于 Vercel 的免费 Serverless api 模板",
"repository": "https://github.com/arvinxx/vercel-serveless-api-template.git",
"scripts": {
"start": "vercel dev",
Expand Down

0 comments on commit 20cfb56

Please sign in to comment.