From 683116ecaf5fba2c7bcf2af01da8d07e950e6b48 Mon Sep 17 00:00:00 2001 From: Alexander Korolev Date: Sun, 1 Sep 2024 17:43:45 +0200 Subject: [PATCH] Update DEV.md --- DEV.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEV.md b/DEV.md index 6b05ca7..a2a0c17 100644 --- a/DEV.md +++ b/DEV.md @@ -4,8 +4,8 @@ Here I collect info about project ideas and maintenance. ## Documentation -Because `README.md` and `lib.rs` contains the almost same content and because of many external examples and related complexity to keep it all in sync - I increase complexity even more by generating documentation from handlebars templates using my own developed utility [handlebars-magic](https://github.com/rust-utility/handlebars-magic). +Because `README.md` and `lib.rs` contains almost the same content and because of many external examples and related complexity to keep it all in sync - I increase complexity even more by generating documentation from handlebars templates using my own developed utility [handlebars-magic](https://github.com/rust-utility/handlebars-magic). To update `README.md` and `lib.rs`: - handlebars-magic templates . \ No newline at end of file + handlebars-magic templates .