Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Apr 14, 2019
2 parents 163bee8 + 35a9476 commit 2fd8733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/andrewdavidmackenzie/simpath.svg?branch=master)](https://travis-ci.org/andrewdavidmackenzie/flow)
[![Build Status](https://travis-ci.org/andrewdavidmackenzie/simpath.svg?branch=master)](https://travis-ci.org/andrewdavidmackenzie/simpath)

# simpath
A rust crate for simple path (like PATH and LD_PATH) use.
Expand All @@ -14,4 +14,4 @@ let file = path.find("filename");
Methods exist to find a file on the path as a PathBuf or as a URL with the "file:" scheme.

The path can be extended with additional directories to search in, but this won't affect the value of the environment
variable that was loaded initially.
variable that was loaded initially.

0 comments on commit 2fd8733

Please sign in to comment.