Merge pull request #700 from deric/outdated-doc
[puppet-modules/puppetlabs-apt.git] / README.md
index 5a207750f65dad0b283f66d70dc316af5b853105..51ad2c1b1592aaf06377c6ebabbcd95457c35f4a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -279,7 +279,7 @@ Main class, includes all other classes.
 
   * 'host': Specifies a proxy host to be stored in `/etc/apt/apt.conf.d/01proxy`. Valid options: a string containing a hostname. Default: undef.
 
-  * 'port': Specifies a proxy port to be stored in `/etc/apt/apt.conf.d/01proxy`. Valid options: a string containing a port number. Default: '8080'.
+  * 'port': Specifies a proxy port to be stored in `/etc/apt/apt.conf.d/01proxy`. Valid options: an integer containing a port number. Default: 8080.
 
   * 'https': Specifies whether to enable https proxies. Valid options: 'true' and 'false'. Default: 'false'.