From ec16cda87547ce20568c4b951330aa73c3430a18 Mon Sep 17 00:00:00 2001 From: Delta1925 Date: Sun, 23 Apr 2023 19:00:01 +0200 Subject: [PATCH] Update README and website project name --- README.md | 2 +- website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 423e1b6..b020c0a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ mail_settings.mail_subject | String | The confirmation email's subject ## Environment Variables -You can choose the logging level by setting the `RUST_LOG` environment variable, using the [env_logger](https://docs.rs/env_logger/0.10.0/env_logger/#enabling-logging) syntax. To filter out logs originating from simple-wkd's dependencies, you should set it to `RUST_LOG=simple_wkd={log_level}` +You can choose the logging level by setting the `RUST_LOG` environment variable, using the [env_logger](https://docs.rs/env_logger/0.10.0/env_logger/#enabling-logging) syntax. To filter out logs originating from simple-wkd's dependencies, you should set `RUST_LOG` to `simple_wkd={log_level}` ## Deployment diff --git a/website/package.json b/website/package.json index add0785..d0052f8 100644 --- a/website/package.json +++ b/website/package.json @@ -1,5 +1,5 @@ { - "name": "", + "name": "simple-wkd-frontend", "type": "module", "version": "0.0.1", "scripts": {