✔️ Fix linter warning
This commit is contained in:
parent
ff5038cad3
commit
3546c080cd
1 changed files with 7 additions and 4 deletions
11
README.md
11
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue