diff --git a/README.md b/README.md index 42df8f7..9feac4a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Owly News Summariser +# Owly News -Owly News Summariser is a modern web application that fetches news articles from various RSS feeds, uses an LLM (Large Language Model) to summarize them, and presents them in a clean, user-friendly interface. +Owly News is a modern web application that fetches news articles from various RSS feeds, uses an LLM (Large Language Model) to summarize them, and presents them in a clean, user-friendly interface. ## Features @@ -145,7 +145,7 @@ The project consists of multiple components: cargo build --release ``` - The binary will be available at `target/release/owly-news-summariser` + The binary will be available at `target/release/owly-news` ### Building the Frontend diff --git a/backend-rust/Cargo.lock b/backend-rust/Cargo.lock index 465a379..68195d5 100644 --- a/backend-rust/Cargo.lock +++ b/backend-rust/Cargo.lock @@ -1114,7 +1114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] -name = "owly-news-summariser" +name = "owly-news" version = "0.1.0" dependencies = [ "anyhow", diff --git a/backend-rust/Cargo.toml b/backend-rust/Cargo.toml index 1ab7bac..6e12ea1 100644 --- a/backend-rust/Cargo.toml +++ b/backend-rust/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "owly-news-summariser" +name = "owly-news" version = "0.1.0" edition = "2024" diff --git a/frontend/package.json b/frontend/package.json index 1983a87..3cc6437 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,5 +1,5 @@ { - "name": "owly-news-summariser", + "name": "owly-news", "version": "0.0.1", "private": true, "license": "PolyForm-Noncommercial-1.0.0",