Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Aug 22, 2023
1 parent 756da0f commit 4c349f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Y-Octo is a high-performance CRDT implementation compatible with [yjs].

## Introduction
### Introduction

Y-Octo is a tiny, ultra-fast CRDT collaboration library built for all major platforms. Developers can use Y-Octo as the [Single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth) for their application state, naturally turning the application into a [local-first](https://www.inkandswitch.com/local-first/) collaborative app.

Expand All @@ -18,9 +18,7 @@ Y-Octo also has interoperability and binary compatibility with [yjs]. Developers
[![Memory Leak Detect]](https://github.com/toeverything/y-octo/actions/workflows/memory-test.yml)
[![codecov]](https://codecov.io/gh/toeverything/y-octo)

###

## Features
### Features

- [x] Collaborative Text
- [x] Read and write styled Unicode compatible data.
Expand Down

0 comments on commit 4c349f9

Please sign in to comment.