Skip to content

Commit 63b68f0

Browse files
authored
docs: add installation instructions (#4)
1 parent 7449ab4 commit 63b68f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ This library allow a [Parse Server](https://github.com/parse-community/parse-ser
1414

1515
# Table of Contents <!-- omit in toc -->
1616

17+
- [Installation](#installation)
1718
- [Usage](#usage)
1819
- [Server](#server)
1920
- [Client](#client)
2021

22+
# Installation
23+
24+
This module is distributed via [npm](https://npmjs.com/package/analytics):
25+
26+
```bash
27+
npm install parse-server-any-analytics-adapter --save
28+
```
2129

2230
# Usage
2331
## Server

0 commit comments

Comments
 (0)