Skip to content

Commit 9b8c02e

Browse files
committed
Add example usage to README and bump patch release.
1 parent ea5b40a commit 9b8c02e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FilePathsBase"
22
uuid = "48062228-2e41-5def-b9a4-89aafe57970f"
33
authors = ["Rory Finnegan"]
4-
version = "0.9.14"
4+
version = "0.9.15"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,10 @@ julia> rm(tmpfp; recursive=true)
129129

130130
julia> exists(tmpfp)
131131
false
132+
133+
# Loading code from paths (e.g., S3Path)
134+
julia> FilePathsBase.@__INCLUDE__()
135+
136+
julia> include(p"test/testpkg.jl")
137+
Main.TestPkg
132138
```

0 commit comments

Comments
 (0)