Skip to content

Commit fa42241

Browse files
authored
docs: add extra link to base image in description
1 parent 92beb0f commit fa42241

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can also use [the base image](base) in other Docker-based environments.
99
## What's inside?
1010

1111
Within this Expo CLI action, you have full access to the original [Expo CLI][link-expo-cli].
12-
That means you are able to perform any command like login, publish and build.
12+
That means you can perform any command like login, publish and build.
1313
Also, this action will authenticate automatically when both `EXPO_CLI_USERNAME` and `EXPO_CLI_PASSWORD` variables are defined.
1414

1515
> You don't necessarily need this action to use Expo.
@@ -18,9 +18,9 @@ Also, this action will authenticate automatically when both `EXPO_CLI_USERNAME`
1818
1919
### Why use a base-image?
2020

21-
Every GitHub action will start from scratch, using the dockerfile as the starting point.
21+
Every GitHub action will start from scratch using the dockerfile as the starting point.
2222
If you define `expo-cli` in this dockerfile, it will install it every time you run an action.
23-
By using a prebuilt image, it basically "skips" the process of downloading the full CLI over and over again.
23+
By using [a prebuilt image](base), it basically "skips" the process of downloading the full CLI over and over again.
2424
This makes the Expo actions overall faster.
2525

2626
### Used secrets

0 commit comments

Comments
 (0)