Skip to content

Commit 83920a5

Browse files
authored
Update README.md
1 parent e0b609e commit 83920a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ offer a github action implementation example for 42Network c based projects
4040
- name: Checkout repository
4141
uses: actions/checkout@v2
4242

43-
- name: install docker-compose
43+
- name: install dependencies
4444
run: |
4545
sudo apt-get update
4646
sudo apt-get install -y make gcc
@@ -87,4 +87,4 @@ you can customize it by specifying on which branches to run this workflow :
8787
- main
8888
- and so on for example
8989
90-
```
90+
```

0 commit comments

Comments
 (0)