From 8e80513aa52a60ebab913682632deac98eddbd99 Mon Sep 17 00:00:00 2001 From: Leon Berenschot Date: Thu, 11 Nov 2021 12:00:46 +0100 Subject: [PATCH] fix readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fc2bd4..2aa929f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Spraypaint -A fork of the JS Client for [Graphiti](https://graphiti-api.github.io/graphiti), made compatible with React-Native. -This repository will be deleted if the compatibility-focused changes are merged into the main project. +JS Client for [Graphiti](https://graphiti-api.github.io/graphiti) similar to ActiveRecord. Written in [Typescript](https://www.typescriptlang.org) but works in plain old ES5 as well. This library is isomorphic - use it from the browser, or from the server with NodeJS.