Skip to content

Commit 6fcd291

Browse files
committed
Fix multiplatform spelling.
1 parent ea73627 commit 6fcd291

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
22
[![Download](https://img.shields.io/maven-central/v/io.maryk.rocksdb/rocksdb-android)](https://central.sonatype.com/artifact/io.maryk.rocksdb/rocksdb-multiplatform)
33

4-
# Kotlin Multi-platform RocksDB implementation
4+
# Kotlin Multiplatform RocksDB implementation
55

6-
This project provides a multi-platform Kotlin implementation for RocksDB, a high-performance embedded key-value store for
6+
This project provides a multiplatform Kotlin implementation for RocksDB, a high-performance embedded key-value store for
77
storage of data on disk. RocksDB is widely used in many industries for various applications, including database management
88
systems, big data systems, and storage engines for other distributed systems.
99

10-
The aim of this project is to provide a multi-platform RocksDB implementation that can be used across different platforms,
10+
The aim of this project is to provide a multiplatform RocksDB implementation that can be used across different platforms,
1111
including JVM, Android, and native Linux/macOS/iOS. This allows developers to write applications that can run on different platforms
1212
without having to rewrite the codebase.
1313

14-
This project is useful for developers who want to build multi-platform applications that require high-performance disk-based
14+
This project is useful for developers who want to build multiplatform applications that require high-performance disk-based
1515
storage. By using this implementation of RocksDB in their codebase, developers can ensure that their application is portable
1616
across different platforms while maintaining a high level of performance and reliability.
1717

0 commit comments

Comments
 (0)