genosdb 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -143,7 +143,7 @@ Below is a list of internal dependencies and their purposes within the project:
143
143
  - **`pako`**:
144
144
  Provides gzip compression to optimize data storage and network communication.
145
145
 
146
- - **`GenosRTC` (Internal Module for GenosDB) **:
146
+ - **`GenosRTC`** (Internal Module for GenosDB) :
147
147
  GenosRTC is the real-time communication module for GenosDB, implementing peer-to-peer connections via WebRTC with signaling over the Nostr protocol.
148
148
 
149
149
  This module was developed internally for the specific needs of GenosDB and leverages state-of-the-art cryptographic dependencies, such as `@noble/curves`, to ensure maximum security and performance.