From a55501d72ad1a52b8095a589b9f874223fad7c03 Mon Sep 17 00:00:00 2001 From: cstjean Date: Tue, 7 Jan 2020 11:19:42 -0500 Subject: [PATCH] Improve README wording for AssetsDirectory --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60db5536..9545b7cf 100644 --- a/README.md +++ b/README.md @@ -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//`. +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//`. ## Integrate with WebSocket