Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 15, 2022
1 parent 158fe59 commit 314a3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview

A cross-platform version of [os.startfile](https://docs.python.org/3/library/os.html#os.startfile) from the standard library. This emulates double-clicking on a file or single-clicking a URL in an operating system's UI top open the default program.
A cross-platform version of [os.startfile](https://docs.python.org/3/library/os.html#os.startfile) from the standard library. This emulates double-clicking a file or single-clicking a URL in an operating system's UI to open the default program.

[![Unix Build Status](https://img.shields.io/github/workflow/status/jacebrowning/universal-startfile/main)](https://github.com/jacebrowning/universal-startfile/actions)
[![Windows Build Status](https://img.shields.io/appveyor/ci/jacebrowning/universal-startfile.svg?label=windows)](https://ci.appveyor.com/project/jacebrowning/universal-startfile)
Expand Down

0 comments on commit 314a3be

Please sign in to comment.