diff options
author | Joseph Henry <josephjah@gmail.com> | 2015-12-07 08:36:13 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2015-12-07 08:36:13 -0800 |
commit | a2837ccaa783368d2d9cfb9037cf099eed6acd70 (patch) | |
tree | 4551672808e6ec0b02423ad1f0afcfc508e1d7aa /netcon | |
parent | 284b37ccc0a5a994914688b0e2814d9766727020 (diff) | |
download | infinitytier-a2837ccaa783368d2d9cfb9037cf099eed6acd70.tar.gz infinitytier-a2837ccaa783368d2d9cfb9037cf099eed6acd70.zip |
Fixed typo
Diffstat (limited to 'netcon')
-rw-r--r-- | netcon/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/README.md b/netcon/README.md index 15ab10a9..ba99ca38 100644 --- a/netcon/README.md +++ b/netcon/README.md @@ -90,7 +90,7 @@ Now you can run a containerized application. Open another terminal window (since On Debian and Ubuntu: - sudo apt-get install httpd + sudo apt-get install apache2 Or for CentOS/EPEL or Fedora: |