Skip to content

Commit e0d3620

Browse files
committed
fix instructions
1 parent e5da25c commit e0d3620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ On subsequent runs, it'll be enough to activate the environment and include the
3636
```julia
3737
using FastAI, Pkg
3838
Pkg.activate(joinpath(pkgdir(FastAI), "docs"))
39-
include(joinpath(pkgdir("FastAI"), "docs", "serve.jl"))
39+
include(joinpath(pkgdir(FastAI), "docs", "serve.jl"))
4040
```
4141

4242
### Notes

0 commit comments

Comments
 (0)