diff --git a/LICENSE b/LICENSE index a0872d2..5da39e4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -MIT License +The MIT License (MIT) -Copyright (c) 2017 Zeit, Inc. +Copyright (c) 2021 Vercel, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 86ac751..26fe530 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,16 @@ This command line interface provides a belt full of tools that make building microservices using [micro](https://github.com/zeit/micro) a breeze! It's only meant to be used in development, **not in production** (that's where [micro](https://github.com/zeit/micro) comes in). -[![CircleCI](https://circleci.com/gh/zeit/micro-dev.svg?style=shield)](https://circleci.com/gh/zeit/micro-dev) -[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/micro) - ## Features -- **Hot Reloading:** When making changes to your code, the server will restart by itself -- **Logs:** Incoming and outgoing requests will be logged to `stdout` -- **Beautiful JSON:** When JSON bodies are logged, they're styled and prettified -- **Clipboard Support:** The local address is pasted to the clipboard automatically -- **Port Selection:** Automatic detection and use of an open port (if the specified one is in use) -- **Debug in Your Network:** The network address shown in addition to local one -- **Duration Logs:** Calculates and shows the duration for each request -- **Pretty Errors:** Prettifies the `Error` object if any exceptions are thrown +- **Hot Reloading:** When making changes to your code, the server will restart by itself +- **Logs:** Incoming and outgoing requests will be logged to `stdout` +- **Beautiful JSON:** When JSON bodies are logged, they're styled and prettified +- **Clipboard Support:** The local address is pasted to the clipboard automatically +- **Port Selection:** Automatic detection and use of an open port (if the specified one is in use) +- **Debug in Your Network:** The network address shown in addition to local one +- **Duration Logs:** Calculates and shows the duration for each request +- **Pretty Errors:** Prettifies the `Error` object if any exceptions are thrown ## Usage @@ -69,5 +66,5 @@ Inside the project where you want to test your clone of the package, you can now ## Authors -- Leo Lamprecht ([@notquiteleo](https://twitter.com/notquiteleo)) - [ZEIT](https://zeit.co) -- Tim Neutkens ([@timneutkens](https://twitter.com/timneutkens)) - [ZEIT](https://zeit.co) +- Leo Lamprecht ([@notquiteleo](https://twitter.com/notquiteleo)) - [Vercel](https://vercel.com) +- Tim Neutkens ([@timneutkens](https://twitter.com/timneutkens)) - [Vercel](https://vercel.com)