From 3546c080cd60c653e666bb68547d73038fa98e3a Mon Sep 17 00:00:00 2001 From: C-3PO Date: Sat, 16 Mar 2019 19:18:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8F=20Fix=20linter=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1dcb46..0856c0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ +# ssn + This library provides various methods for fetching releases from SWTOR’s patch server CDN and installing them. You can use it to write your own patch program. If you just want to install patches without having to do any programming, use the command line tools from the [ssn-tools](/swtor/ssn-tools) repository. -# Installation +## Installation For this library to work, the TypeScript compiler must be globally installed: @@ -24,7 +26,8 @@ Then run: npm install ``` -# Usage +## Usage + To import the functions into your Node.js application: ```ts @@ -39,7 +42,7 @@ import * as ssn from 'ssn'; }()) ``` -# Development +## Development To work with the repository locally: @@ -50,7 +53,7 @@ cd ssn npm install && npm start ``` -# License +## License Copyright (C) 2018 Jedipedia.net