From 71d5ef67a2788789922eaa484e10269acbaeb8a7 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 10 Apr 2021 18:05:31 +0530 Subject: [PATCH] examples --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 373b776..bc1006f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-

cache-buster

+

Cache Buster

cache-buster - A library that aids in staticfile cache busting with SHA-258 hashes

@@ -28,4 +28,6 @@ cache-buster = { version = "0.1", git = "https://github.com/realaravinth/cache-b ## Examples: -See [acix-example](./actix-example) +- See [acix-example](./actix-example) +- See [mCaptcha/guard](https://github.com/mCaptcha/guard) for use + with [Sailfish](https://crates.io/crates/sailfish) template engine.