Skip to content

Commit

Permalink
Add install section and summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
autopulated committed Mar 4, 2024
1 parent c38d027 commit e3f222d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
[![Coverage](https://coveralls.io/repos/github/autopulated/dynamodm/badge.svg?branch=main)](https://coveralls.io/github/autopulated/dynamodm?branch=main)
[![NPM version](https://img.shields.io/npm/v/dynamodm.svg?style=flat)](https://www.npmjs.com/package/dynamodm)

The simplest way to store data in AWS Dynamo DB, with or without JSON schemas.

## Install
```sh
npm -i dynamodm
```

## Quickstart
```js
import DynamoDM from 'dynamodm'
Expand Down

0 comments on commit e3f222d

Please sign in to comment.