From 50a48926109b1aa450381df21c8c35c393e78b52 Mon Sep 17 00:00:00 2001 From: Andrey Ponomarenko Date: Fri, 25 Sep 2020 11:55:28 +0300 Subject: [PATCH] docs: fix readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6ac453a..a9e15f1 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # diawi-nodejs-uploader -A NodeJS tool for [Diawi](diawi.com) integration written with [Typescript](https://www.typescriptlang.org/) +A NodeJS tool for [Diawi](https://www.diawi.com/) integration written with [Typescript](https://www.typescriptlang.org/) ## Installation ```sh @@ -13,7 +13,7 @@ $ npm install diawi-nodejs-uploader #### Programmatic -All options exept token and file are optional. +All options except token and file are optional. ```js import { upload } from 'diawi-nodejs-uploader';