fix 'harware' typo in Device Requirements

Hello! 👋 

Just a quick PR to fix a minor typo in the README.md file. 

**Changes:**
* Fixed "harware" -> "hardware" in the *Device Requirements* section.

Thanks for the great project!
This commit is contained in:
PiotrPliszka 2026-03-15 22:02:37 +01:00 committed by GitHub
parent 8bb8b414f8
commit f308db687a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ available AI tools, we highly encourage the use of a beefy, GPU-backed device to
At it's core, however, N.O.M.A.D. is still very lightweight. For a barebones installation of the management application itself, the following minimal specs are required:
*Note: Project N.O.M.A.D. is not sponsored by any hardware manufacturer and is designed to be as hardware-agnostic as possible. The harware listed below is for example/comparison use only*
*Note: Project N.O.M.A.D. is not sponsored by any hardware manufacturer and is designed to be as hardware-agnostic as possible. The hardware listed below is for example/comparison use only*
#### Minimum Specs
- Processor: 2 GHz dual-core processor or better
@ -165,4 +165,4 @@ sudo bash /opt/project-nomad/update_nomad.sh
###### Uninstall Script - Need to start fresh? Use the uninstall script to make your life easy. Note: this cannot be undone!
```bash
curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/main/install/uninstall_nomad.sh -o uninstall_nomad.sh && sudo bash uninstall_nomad.sh
```
```