We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 163bee8 + 35a9476 commit 2fd8733Copy full SHA for 2fd8733
README.md
@@ -1,4 +1,4 @@
1
-[](https://travis-ci.org/andrewdavidmackenzie/flow)
+[](https://travis-ci.org/andrewdavidmackenzie/simpath)
2
3
# simpath
4
A rust crate for simple path (like PATH and LD_PATH) use.
@@ -14,4 +14,4 @@ let file = path.find("filename");
14
Methods exist to find a file on the path as a PathBuf or as a URL with the "file:" scheme.
15
16
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.
+variable that was loaded initially.
0 commit comments