fixing typo in readme

This commit is contained in:
skratchdot 2013-06-10 12:57:46 -04:00
parent 9723076429
commit 64cf76194a
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
open.Run("https://google.com/")
### open google.com in the user's default browser (method 1):
### open google.com in the user's default browser (method 2):
open.Start("https://google.com")

View File

@ -25,7 +25,7 @@
open.Run("https://google.com/")
### open google.com in the user's default browser (method 1):
### open google.com in the user's default browser (method 2):
open.Start("https://google.com")