forked from mirror/open-golang
fixing typo in readme
This commit is contained in:
parent
9723076429
commit
64cf76194a
|
@ -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")
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue