mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
removed stray ) and spaces.
This commit is contained in:
parent
19ca7d812e
commit
6478eee338
1 changed files with 14 additions and 14 deletions
28
README.md
28
README.md
|
@ -130,8 +130,8 @@ Caddy is available as a Docker container from any of these sources:
|
||||||
|
|
||||||
#### 3rd-party dependencies
|
#### 3rd-party dependencies
|
||||||
|
|
||||||
Although Caddy's binaries are completely static, Caddy relies on some excellent
|
Although Caddy's binaries are completely static, Caddy relies on some excellent
|
||||||
libraries. [Godoc.org](https://godoc.org/github.com/mholt/caddy) shows the
|
libraries. [Godoc.org](https://godoc.org/github.com/mholt/caddy) shows the
|
||||||
packages that each Caddy package imports.
|
packages that each Caddy package imports.
|
||||||
|
|
||||||
|
|
||||||
|
@ -139,18 +139,18 @@ packages that each Caddy package imports.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
**[Join us on Slack](https://gophers.slack.com/messages/caddy/)** to chat with
|
**[Join us on Slack](https://gophers.slack.com/messages/caddy/)** to chat with
|
||||||
other Caddy developers! ([Request an invite](http://bit.ly/go-slack-signup),
|
other Caddy developers! ([Request an invite](http://bit.ly/go-slack-signup),
|
||||||
then join the #caddy channel.)
|
then join the #caddy channel.)
|
||||||
|
|
||||||
This project would not be what it is without your help. Please see the
|
This project would not be what it is without your help. Please see the
|
||||||
[contributing guidelines](https://github.com/mholt/caddy/blob/master/CONTRIBUTING.md)
|
[contributing guidelines](https://github.com/mholt/caddy/blob/master/CONTRIBUTING.md)
|
||||||
if you haven't already.
|
if you haven't already.
|
||||||
|
|
||||||
Thanks for making Caddy -- and the Web -- better!
|
Thanks for making Caddy -- and the Web -- better!
|
||||||
|
|
||||||
Special thanks to
|
Special thanks to
|
||||||
[![DigitalOcean](http://i.imgur.com/sfGr0eY.png)](https://www.digitalocean.com)
|
[![DigitalOcean](http://i.imgur.com/sfGr0eY.png)](https://www.digitalocean.com)
|
||||||
for hosting the Caddy project.
|
for hosting the Caddy project.
|
||||||
|
|
||||||
|
|
||||||
|
@ -158,12 +158,12 @@ for hosting the Caddy project.
|
||||||
|
|
||||||
## About the project
|
## About the project
|
||||||
|
|
||||||
Caddy was born out of the need for a "batteries-included" web server that runs
|
Caddy was born out of the need for a "batteries-included" web server that runs
|
||||||
anywhere and doesn't have to take its configuration with it. Caddy took
|
anywhere and doesn't have to take its configuration with it. Caddy took
|
||||||
inspiration from [spark](https://github.com/rif/spark),
|
inspiration from [spark](https://github.com/rif/spark),
|
||||||
[nginx](https://github.com/nginx/nginx), lighttpd,
|
[nginx](https://github.com/nginx/nginx), lighttpd,
|
||||||
[Websocketd]()https://github.com/joewalnes/websocketd)
|
[Websocketd](https://github.com/joewalnes/websocketd)
|
||||||
and [Vagrant](https://www.vagrantup.com/),
|
and [Vagrant](https://www.vagrantup.com/),
|
||||||
which provides a pleasant mixture of features from each of them.
|
which provides a pleasant mixture of features from each of them.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue