From 03593aeeb15dcee35a8108d82f8fd912f27f15ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20N=C3=B6tzold?= <69591795+MaxNoetzold@users.noreply.github.com> Date: Tue, 21 May 2024 16:03:31 +0200 Subject: [PATCH] fix linting errors --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e87792fb..85748eee 100644 --- a/README.md +++ b/README.md @@ -270,11 +270,14 @@ A database and connection provider for Yjs based on Firestore.
y-op-sqlite
-Persist YJS updates in your React Native app using op-sqlite, the fastest SQLite library for React Native. + Persist YJS updates in your React Native app using + op-sqlite + , the fastest SQLite library for React Native.
y-postgresql
-Provides persistent storage for a web server using PostgreSQL and is easily compatible with y-websocket. + Provides persistent storage for a web server using PostgreSQL and + is easily compatible with y-websocket.