reflowing
diff --git a/README.md b/README.md
index 211c5dc..e665a1f 100644
--- a/README.md
+++ b/README.md
@@ -76,9 +76,9 @@
       var results = parser.parse(args);
     }
 
-However, you can pass in
-any list of strings. The `parse()` method returns an instance of [ArgResults][],
-a map-like object that contains the values of the parsed options.
+However, you can pass in any list of strings. The `parse()` method returns an
+instance of [ArgResults][], a map-like object that contains the values of the
+parsed options.
 
     var parser = new ArgParser();
     parser.addOption('mode');