Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: markdown lint in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentoanit committed Apr 6, 2021
1 parent 2dba206 commit 2122cd2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Amazon MWS API for Node.js

[![NPM](https://img.shields.io/npm/v/@scaleleap/amazon-mws-api-sdk)](https://npm.im/@scaleleap/amazon-mws-api-sdk)
[![License](https://img.shields.io/npm/l/@scaleleap/amazon-mws-api-sdk)](./LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ScaleLeap/amazon-mws-api-sdk/Release)](https://github.com/ScaleLeap/amazon-mws-api-sdk/actions)
Expand All @@ -6,19 +8,21 @@
[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

📦 @scaleleap/amazon-mws-api-sdk
===================================

---

A fully typed TypeScript and Node.js SDK library for Amazon MWS API

## Download & Installation

```sh
$ npm i -s @scaleleap/amazon-mws-api-sdk
npm i -s @scaleleap/amazon-mws-api-sdk
```

## [Click here for the full **Documentation**](docs)

## Example

---

```typescript
Expand Down Expand Up @@ -90,6 +94,7 @@ const main = async () => {
}

```

## [More examples in the `/examples` folder!](examples)

## [Contributing](/CONTRIBUTING.md)
Expand Down

0 comments on commit 2122cd2

Please sign in to comment.