Skip to content

Commit 4c37417

Browse files
authored
Update README.md
Fix the runner image name
1 parent f489d68 commit 4c37417

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ This is a C/C++ runner for CMake projects (based on GCC).
55
## How to Use it
66

77
```yaml
8-
runner:
9-
name: codingame/cmake-gcc-runner
10-
version: 1.1.0-gcc-6.3
8+
runner: techio/cmake-gcc-runner:1.1.0-gcc-6.3
119
```
1210
1311
Your project will be compiled one with:

0 commit comments

Comments
 (0)