From f7d9a5a45e95084895a95a030a3937fe4f4c5055 Mon Sep 17 00:00:00 2001 From: Marco La Rosa Date: Tue, 1 Mar 2022 11:10:26 +1100 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5c3b67a..16ef41b 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,7 @@ This library can work with OCFL repositories on disk (filesystem backend) or in # Installation -1. Get the code: - `git clone https://github.com/CoEDL/ocfl-js` -2. Install it - ``` - cd ocfl-js - npm install - ``` +`npm install --save @coedl/ocfl` # Running the tests