Skip to content

Commit f2ba6f4

Browse files
authored
Fixes additional typo in README
1 parent 8baa44d commit f2ba6f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN bundle install
3232
The files now look like:
3333

3434
```dockerfile
35-
FROM corigbytes/ruby-1.9.3:1.0.1
35+
FROM corgibytes/ruby-1.9.3:1.0.1
3636

3737
# Working folder.
3838
RUN mkdir /app
@@ -60,7 +60,7 @@ Example Dockerfile and Compose to run a Rails app that uses Ruby 1.9.3:
6060

6161
```dockerfile
6262
# Dockerfile
63-
FROM corigbytes/ruby-1.9.3:1.0.0`
63+
FROM corgibytes/ruby-1.9.3:1.0.0`
6464

6565
# Working folder.
6666
RUN mkdir /app

0 commit comments

Comments
 (0)