From 3a3249731e88084bf02e61b55568098eb90e1d7e Mon Sep 17 00:00:00 2001 From: Alexander Cobleigh Date: Mon, 25 May 2020 19:19:10 +0200 Subject: [PATCH] cabal-node -> cabal-core, lol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d87245..3aa8829 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Core database, replication, swarming, and chat APIs for cabal. ## API -> var Cabal = require('cabal-node') +> var Cabal = require('cabal-core') ### var cabal = Cabal([storage][, key][, opts])