Skip to content

Commit

Permalink
Fix namespace & remove TBDs in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat authored Oct 3, 2024
1 parent fd31292 commit e41c258
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JSON-LD Document Loader _(bedrock-jsonld-document-loader)_
# JSON-LD Document Loader _(@bedrock/jsonld-document-loader)_

[![Build Status](https://img.shields.io/github/workflow/status/digitalbazaar/bedrock-jsonld-document-loader/Node.js%20CI)](https://github.com/digitalbazaar/bedrock-jsonld-document-loader/actions?query=workflow%3A%22Node.js+CI%22)
[![NPM Version](https://img.shields.io/npm/v/bedrock-jsonld-document-loader.svg)](https://npm.im/bedrock-jsonld-document-loader)
Expand All @@ -7,22 +7,12 @@
## Table of Contents

- [Background](#background)
- [Security](#security)
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [Commercial Support](#commercial-support)
- [License](#license)

## Background

TBD

## Security

TBD

## Install

- Node.js 14+ is required.
Expand All @@ -31,15 +21,15 @@ TBD

To install via NPM:

```
```sh
npm install --save @bedrock/jsonld-document-loader
```

### Development

To install locally (for development):

```
```sh
git clone https://github.com/digitalbazaar/bedrock-jsonld-document-loader.git
cd bedrock-jsonld-document-loader
npm install
Expand Down

0 comments on commit e41c258

Please sign in to comment.