From f0d92f94367b3406b7e6f91ce35ca92f3eba9c80 Mon Sep 17 00:00:00 2001 From: Jessica Temporal Date: Mon, 23 Jul 2018 16:31:14 -0300 Subject: [PATCH] Fix escaping on immortal/immortal package (#2030) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64dbee2e..9323ed62 100644 --- a/README.md +++ b/README.md @@ -1414,7 +1414,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [httpcontrol](https://github.com/facebookgo/httpcontrol) - Package httpcontrol allows for HTTP transport level control around timeouts and retries. * [hub](https://github.com/github/hub) - wrap git commands with additional functionality to interact with github from the terminal. * [hystrix-go](https://github.com/afex/hystrix-go) - Implements Hystrix patterns of programmer-defined fallbacks aka circuit breaker. -* [immortal](https://github.com/immortal/immortal) - *nix cross-platform (OS agnostic) supervisor. +* [immortal](https://github.com/immortal/immortal) - \*nix cross-platform (OS agnostic) supervisor. * [intrinsic](https://github.com/mengzhuo/intrinsic) - Use x86 SIMD without writing any assembly code. * [JobRunner](https://github.com/bamzi/jobrunner) - Smart and featureful cron job scheduler with job queuing and live monitoring built in. * [jsonapi-errors](https://github.com/AmuzaTkts/jsonapi-errors) - Go bindings based on the JSON API errors reference.