Skip to content

Commit 48bbaf3

Browse files
committed
docs: fix typo in documentation and use link references
1 parent a90ce59 commit 48bbaf3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

base/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Expo for Docker
22

3-
A prebuilt docker image to use the [Expo CLI](https://docs.expo.io/versions/latest/workflow/expo-cli) on Docker-based environments.
3+
A prebuilt docker image to use the [Expo CLI][link-expo-cli] on Docker-based environments.
44
This image contains all necessary libraries to perform all commands of the CLI.
55

66
- Based on `node:10` image
@@ -12,7 +12,7 @@ The entry point of this image forwards to the Expo CLI itself.
1212
With this entry point, you can provide any command directly to Docker.
1313
When nothing is provided, it will output the help information provided by the CLI.
1414

15-
> The entry point uses `sh -c` to invoke Expo, making environment variable available to that command.
15+
> The entry point uses `sh -c` to invoke Expo, making environment variables available to that command.
1616
1717
```bash
1818
$ docker run --rm bycedric/ci-expo
@@ -21,7 +21,7 @@ $ docker run --rm -ti bycedric/ci-expo login
2121
$ docker run --rm -ti --entrypoint sh bycedric/ci-expo
2222
```
2323

24-
> 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.
24+
> This image is intended to use on Docker-based CI environments, see [the Expo CI guide][link-expo-cicd] to get started.
2525
2626
## License
2727

@@ -32,3 +32,6 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
3232
<p align="center">
3333
with :heart: <a href="https://bycedric.com" target="_blank">byCedric</a>
3434
</p>
35+
36+
[link-expo-cli]: https://docs.expo.io/versions/latest/workflow/expo-cli
37+
[link-expo-cicd]: https://docs.expo.io/versions/latest/guides/setting-up-continuous-integration

0 commit comments

Comments
 (0)