Skip to content

Commit

Permalink
docs: fix typo in documentation and use link references
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 10, 2019
1 parent a90ce59 commit 48bbaf3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions base/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -32,3 +32,6 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
<p align="center">
with :heart: <a href="https://bycedric.com" target="_blank">byCedric</a>
</p>

[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

0 comments on commit 48bbaf3

Please sign in to comment.