From 48bbaf3003a91a4c56033557158054f41c4f0518 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Wed, 10 Apr 2019 11:58:14 +0200 Subject: [PATCH] docs: fix typo in documentation and use link references --- base/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/base/README.md b/base/README.md index 7071d8f2f..1d309baf4 100644 --- a/base/README.md +++ b/base/README.md @@ -1,6 +1,6 @@ # Expo for Docker -A prebuilt docker image to use the [Expo CLI](https://docs.expo.io/versions/latest/workflow/expo-cli) on Docker-based environments. +A prebuilt docker image to use the [Expo CLI][link-expo-cli] on Docker-based environments. This image contains all necessary libraries to perform all commands of the CLI. - Based on `node:10` image @@ -12,7 +12,7 @@ The entry point of this image forwards to the Expo CLI itself. With this entry point, you can provide any command directly to Docker. When nothing is provided, it will output the help information provided by the CLI. -> The entry point uses `sh -c` to invoke Expo, making environment variable available to that command. +> The entry point uses `sh -c` to invoke Expo, making environment variables available to that command. ```bash $ docker run --rm bycedric/ci-expo @@ -21,7 +21,7 @@ $ docker run --rm -ti bycedric/ci-expo login $ docker run --rm -ti --entrypoint sh bycedric/ci-expo ``` -> This image is intended to use on Docker-based CI environments, see [the Expo CI guide](https://docs.expo.io/versions/latest/guides/setting-up-continuous-integration) to get started. +> This image is intended to use on Docker-based CI environments, see [the Expo CI guide][link-expo-cicd] to get started. ## License @@ -32,3 +32,6 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio

with :heart: byCedric

+ +[link-expo-cli]: https://docs.expo.io/versions/latest/workflow/expo-cli +[link-expo-cicd]: https://docs.expo.io/versions/latest/guides/setting-up-continuous-integration