From 155baa83cb8f62ff6339059e3df3d03d4d6d0adc Mon Sep 17 00:00:00 2001 From: Bishop Clark Date: Sat, 9 Jul 2022 12:45:02 -0700 Subject: [PATCH] Update README.md adjective order --- ocis/pkg/runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocis/pkg/runtime/README.md b/ocis/pkg/runtime/README.md index ae09ba6000..0b5ba4a03b 100644 --- a/ocis/pkg/runtime/README.md +++ b/ocis/pkg/runtime/README.md @@ -65,4 +65,4 @@ func main() { } ``` -Run the above example with `RUNTIME_KEEP_ALIVE=true` and with no `RUNTIME_KEEP_ALIVE` set to see its behavior. It requires an [oCIS binary](https://github.com/owncloud/ocis/releases) present in your `$PATH` for it to work. +Run the example above with `RUNTIME_KEEP_ALIVE=true` and with no `RUNTIME_KEEP_ALIVE` set to see its behavior. It requires an [oCIS binary](https://github.com/owncloud/ocis/releases) present in your `$PATH` for it to work.