From efb8fb956e3adcfd12accfe1a02511dc03e14bac Mon Sep 17 00:00:00 2001 From: benitav Date: Thu, 15 May 2025 14:24:34 +0200 Subject: [PATCH] Update README.md --- demos/react-native-barebones-opsqlite/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/react-native-barebones-opsqlite/README.md b/demos/react-native-barebones-opsqlite/README.md index bf28ae659..ab2f1bfa9 100644 --- a/demos/react-native-barebones-opsqlite/README.md +++ b/demos/react-native-barebones-opsqlite/README.md @@ -1,8 +1,8 @@ -# PowerSync React Native Barebones OPSQlite +# PowerSync React Native Barebones OP-SQlite ## Overview -This is a minimal example demonstrating a barebones react native project using OPSQLite . It shows an update to the local SQLite DB on app launch. +This is a minimal example demonstrating a barebones React Native project using OP-SQLite. It shows an update to the local SQLite DB on app launch. ## Getting Started