Skip to content

Commit 2fd8733

Browse files
2 parents 163bee8 + 35a9476 commit 2fd8733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/andrewdavidmackenzie/simpath.svg?branch=master)](https://travis-ci.org/andrewdavidmackenzie/flow)
1+
[![Build Status](https://travis-ci.org/andrewdavidmackenzie/simpath.svg?branch=master)](https://travis-ci.org/andrewdavidmackenzie/simpath)
22

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

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

0 commit comments

Comments
 (0)