Skip to content

Commit e38f156

Browse files
committed
#6: updated callsign processor
1 parent 1ca762d commit e38f156

16 files changed

+315
-324
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ham Radio Toolbox 📻
22

3-
<div align="center">
3+
<div style="text-align: center;">
44

55
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66
[![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)](https://www.python.org/downloads/)
@@ -18,6 +18,12 @@
1818

1919
</div>
2020

21+
---
22+
23+
**✨ Supports the latest ISED Canada Basic Exam update (July 2025)!**
24+
25+
---
26+
2127
## Overview
2228

2329
Ham Radio Toolbox is a powerful command-line interface designed to help amateur radio operators and aspiring hams manage questions, quizzes, practice exams, and callsign information. Whether you're studying for your license exam or looking to expand your knowledge, this tool provides everything you need in one convenient package.
@@ -307,7 +313,7 @@ hrt download --country ca question-bank
307313
# 2. Browse questions to familiarize yourself
308314
hrt question --country ca list
309315

310-
# 3. Take quizes
316+
# 3. Take quizzes
311317
hrt quiz --country ca --number-of-questions 50 start
312318

313319
# 4. Review
@@ -409,7 +415,7 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS
409415

410416
---
411417

412-
<div align="center">
418+
<div style="text-align: center;">
413419

414420
**[⬆ Back to Top](#ham-radio-toolbox-)**
415421

0 commit comments

Comments
 (0)