diff --git a/README.md b/README.md
index f4fa68e..ea345ec 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Filter-View with Adjustable Raised Cosine Filter
+# FilterView with Adjustable Raised Cosine Filter
This JavaFX application demonstrates the concept of a raised cosine filter applied to signal data, visualized in a dynamic graph. The user can control two key parameters:
diff --git a/build_and_run.md b/build_and_run.md
index 52d9638..7eac012 100644
--- a/build_and_run.md
+++ b/build_and_run.md
@@ -1,6 +1,6 @@
-# Build and Run Instructions for Filter-View Application
+# Build and Run Instructions for FilterView Application
-This guide explains how to build and run the Filter-View with Adjustable Raised Cosine Filter application on different platforms: **Arch Linux**, **Ubuntu**, and **Windows**.
+This guide explains how to build and run the FilterView with Adjustable Raised Cosine Filter application on different platforms: **Arch Linux**, **Ubuntu**, and **Windows**.
## Prerequisites
@@ -22,8 +22,8 @@ sudo pacman -S jdk17-openjdk maven git
## 2. Clone the Repository and Build
```bash
-git clone https://github.com/eric-waveletsolutions/filter-view.git
-cd filter-view
+git clone https://github.com/eric-waveletsolutions/filterview.git
+cd filterview
./mvnw clean install
```
@@ -55,8 +55,8 @@ sudo apt install openjdk-17-jdk maven git
### 2. Clone the Repository and Build
```bash
-git clone https://github.com/eric-waveletsolutions/filter-view.git
-cd filter-view
+git clone https://github.com/eric-waveletsolutions/filterview.git
+cd filterview
./mvnw clean install
```
@@ -89,8 +89,8 @@ firefox target/apidocs/index.html
Open the terminal (or Git Bash) and run:
```bash
-git clone https://github.com/eric-waveletsolutions/filter-view.git
-cd filter-view
+git clone https://github.com/eric-waveletsolutions/filterview.git
+cd filterview
mvnw.cmd clean install
```
diff --git a/pom.xml b/pom.xml
index 496208a..ff91c40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
com.waveletsolutions.filtering
- filter-view
+ filterview
jar
1.0-SNAPSHOT
- filter-view
+ filterview
http://maven.apache.org