Skip to content

Commit

Permalink
docs: zeit -> vercel (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-hc authored Sep 14, 2020
1 parent 828d5c3 commit 4356d98
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Awesome Micro [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

<a href="https://github.com/zeit/micro"><img align="right" src="https://camo.githubusercontent.com/67335088cb7b156fb779f6d60635e70780efe714/68747470733a2f2f636c6475702e636f6d2f4a446d6d4858337568462e737667" /></a>
<a href="https://github.com/vercel/micro"><img align="right" src="https://camo.githubusercontent.com/67335088cb7b156fb779f6d60635e70780efe714/68747470733a2f2f636c6475702e636f6d2f4a446d6d4858337568462e737667" /></a>

> A collection of awesome things regarding ZEIT's [Micro](https://github.com/zeit/micro) — Asynchronous HTTP microservices.
> A collection of awesome things regarding Vercel's [Micro](https://github.com/zeit/micro) — Asynchronous HTTP microservices.
## Contents

Expand Down Expand Up @@ -135,21 +135,21 @@
## Articles & FAQ

- [Minimum Viable Async with Node 6](https://gist.github.com/rauchg/8199de60db48026a6670620a1c33b700)
- [Regarding no-middleware](https://github.com/zeit/micro/issues/8)
- [Use Micro with routes](https://github.com/zeit/micro/issues/16#issuecomment-193518395)
- [Difference between Micro and Koa](https://github.com/zeit/micro/issues/309#issuecomment-332503863)
- [Regarding no-middleware](https://github.com/vercel/micro/issues/8)
- [Use Micro with routes](https://github.com/vercel/micro/issues/16#issuecomment-193518395)
- [Difference between Micro and Koa](https://github.com/vercel/micro/issues/309#issuecomment-332503863)


## Built with Micro

- [Serve](https://github.com/zeit/serve) - Static file serving and directory listing
- [Serve](https://github.com/vercel/serve) - Static file serving and directory listing
- [micro-github](https://github.com/mxstbr/micro-github) - Add authentication with GitHub to your application
- [micro-figma](https://github.com/jongold/micro-figma) - Add authentication with Figma to your application
- [marked](https://github.com/amio/marked) - Markdown render service
- [font-mess](https://github.com/amio/font-mess) - Obscure text with messed font
- [gh-latest-repos](https://github.com/sindresorhus/gh-latest-repos) - Get the latest public GitHub repos from a user
- [imagemin-micro](https://github.com/imagemin/imagemin-micro) - Minify images
- [Caravaggio](https://gitlab.com/ramiel/caravaggio) - Image manipulation proxy
- [micro-gallery](https://github.com/andreasmcdermott/micro-gallery) - Like zeit's serve, but for images.
- [micro-gallery](https://github.com/andreasmcdermott/micro-gallery) - Like Vercel's serve, but for images.
- [micro-analytics-events](https://github.com/HugoDF/micro-analytics-events) - A service to record analytics events to SQLite3
- [micro-jaymock](https://github.com/Meeshkan/micro-jaymock) - Tiny API mocking microservice for generating fake JSON data

0 comments on commit 4356d98

Please sign in to comment.