ソースを参照

Changed README fonts

xnecas 6 時間 前
コミット
4c3cbb87cd
1 ファイル変更6 行追加6 行削除
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -37,7 +37,7 @@ port = NBusSerialPort(NBusSerialConfig(**config))
 
 ---
 
-# 1. Using the NBusBridge
+## 1. Using the NBusBridge
 
 The **Bridge** represents the top-level interface for the entire nBus network.  
 It discovers modules, retrieves global sensor frames, and enables continuous streaming.
@@ -88,7 +88,7 @@ finally:
 
 ---
 
-# 2. Using the NBusSlaveModule
+## 2. Using the NBusSlaveModule
 
 A **Module** manages multiple sensors.
 
@@ -138,7 +138,7 @@ finally:
 
 ---
 
-# 3. Using NBusSensor
+## 3. Using NBusSensor
 
 ### Example
 
@@ -164,7 +164,7 @@ print(led.cmd_get_data())
 
 ---
 
-# API Architecture Overview
+## API Architecture Overview
 
 ```
 ┌──────────────────────────┐
@@ -180,9 +180,9 @@ print(led.cmd_get_data())
 └──────────────────────────┘
 ```
 
-# License
+## License
 
 MIT License
 
-# Author
+## Author
 [*This code is human-written*](BEYOND_README.md) by Matúš Nečas, 2024-2025