From 282f273166ff915c9f5906066c03f9ff22e7cc57 Mon Sep 17 00:00:00 2001 From: xt0x Date: Sat, 18 Apr 2026 15:16:16 +0900 Subject: [PATCH] docs: update project overview heading and remove unnecessary directory from structure --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 40511f6..372ce2a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ --- -# Project Overview +## Project Overview This repository provides the following capabilities for English BIP39 mnemonics: @@ -184,7 +184,6 @@ This repository includes tests for: ```text . -├── docs/ # Specifications and implementation plans ├── src/main/java/com/example/bip39/ │ ├── api/ # Public API │ ├── bit/ # Bit-level helpers