Skip to content

Commit

Permalink
Improve README wording for AssetsDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
cstjean committed Jan 7, 2020
1 parent 525fb26 commit a55501d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,11 @@ For example:

## Serving static files from a package

**DEPRECATED**: The `Mux.pkgfiles` middleware (included in `Mux.defaults`) serves static files under the `assets` directory in any Julia package at `/pkg/<PACKAGE>/`.
Please use [AssetRegistry.jl](https://github.com/JuliaGizmos/AssetRegistry.jl) to
register an assets directory.

Please use the package `AssetRegistry.jl` instead to register assets directory.
**DEPRECATED**: The `Mux.pkgfiles` middleware (included in `Mux.defaults`) serves static
files under the `assets` directory in any Julia package at `/pkg/<PACKAGE>/`.

## Integrate with WebSocket

Expand Down

0 comments on commit a55501d

Please sign in to comment.