diff --git a/README.md b/README.md index 00938c0d7..83701b083 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ ![Build Status](https://github.com/FantasticFiasco/axis-js/workflows/CI/CD/badge.svg) -## Table of contents - -- [Packages](#packages) - ## Packages The following NPM packages have been created to provide a smooth experience with devices from Axis Communications. @@ -16,3 +12,9 @@ The following NPM packages have been created to provide a smooth experience with - [axis-discovery-ssdp](https://github.com/FantasticFiasco/axis-js/tree/master/packages/axis-discovery-ssdp) - A Node.js SSDP (UPnP) client library written in TypeScript capable of searching for Axis Communication cameras. - [axis-maintenance](https://github.com/FantasticFiasco/axis-js/tree/master/packages/axis-maintenance) - A Node.js library written in TypeScript capable of running maintenance operations on cameras from Axis Communication. - [axis-snapshot](https://github.com/FantasticFiasco/axis-js/tree/master/packages/axis-snapshot) - A Node.js library written in TypeScript capable of getting snapshots from Axis Communication cameras. + +## Credit + +Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products. + +![JetBrains](./assets/jetbrains.png) diff --git a/assets/jetbrains.png b/assets/jetbrains.png new file mode 100644 index 000000000..46d3478f1 Binary files /dev/null and b/assets/jetbrains.png differ diff --git a/packages/axis-configuration/README.md b/packages/axis-configuration/README.md index 2d1af3701..63e4e4e4c 100644 --- a/packages/axis-configuration/README.md +++ b/packages/axis-configuration/README.md @@ -14,7 +14,6 @@ A Node.js library written in TypeScript capable of configuring [Axis Communicati - [Prerequisites](#prerequisites) - [Parameters](#parameters) - [User accounts](#user-accounts) -- [Credit](#credit) --- @@ -202,9 +201,3 @@ class User { readonly ptz: boolean; } ``` - -## Credit - -Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products. - -![JetBrains](./doc/resources/jetbrains.png) diff --git a/packages/axis-discovery-bonjour/README.md b/packages/axis-discovery-bonjour/README.md index 4ff76a567..1d8c19701 100644 --- a/packages/axis-discovery-bonjour/README.md +++ b/packages/axis-discovery-bonjour/README.md @@ -14,7 +14,6 @@ To also find cameras on the network using SSDP (UPnP), please see [axis-discover - [Super simple to use](#super-simple-to-use) - [Installation](#installation) - [API](#api) -- [Credit](#credit) --- @@ -125,9 +124,3 @@ class Device { } ``` - -## Credit - -Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products. - -![JetBrains](./doc/resources/jetbrains.png) diff --git a/packages/axis-discovery-ssdp/README.md b/packages/axis-discovery-ssdp/README.md index 89424c7c2..3661e0996 100644 --- a/packages/axis-discovery-ssdp/README.md +++ b/packages/axis-discovery-ssdp/README.md @@ -15,7 +15,6 @@ To also find cameras on the network using Bonjour, please see [axis-discovery](h - [Installation](#installation) - [Who is using it?](#who-is-using-it) - [API](#api) -- [Credit](#credit) --- @@ -178,9 +177,3 @@ export interface IHttpClient { get(url: string): Promise; } ``` - -## Credit - -Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products. - -![JetBrains](./design/jetbrains.png) diff --git a/packages/axis-discovery/README.md b/packages/axis-discovery/README.md index 0f40b4fa5..90cfd0457 100644 --- a/packages/axis-discovery/README.md +++ b/packages/axis-discovery/README.md @@ -14,7 +14,6 @@ It utilizes [axis-discovery-bonjour](https://github.com/FantasticFiasco/axis-js/ - [Super simple to use](#super-simple-to-use) - [Installation](#installation) - [API](#api) -- [Credit](#credit) --- @@ -143,9 +142,3 @@ class Device { readonly presentationURL: string | undefined; } ``` - -## Credit - -Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products. - -![JetBrains](./doc/resources/jetbrains.png) diff --git a/packages/axis-maintenance/README.md b/packages/axis-maintenance/README.md index bdc2b48b4..abf5dd4b4 100644 --- a/packages/axis-maintenance/README.md +++ b/packages/axis-maintenance/README.md @@ -12,7 +12,6 @@ A Node.js library written in TypeScript capable of running maintenance operation - [Super simple to use](#super-simple-to-use) - [Installation](#installation) - [API](#api) -- [Credit](#credit) --- @@ -75,9 +74,3 @@ class Maintenance { factoryDefault(type: FactoryDefaultType): Promise; } ``` - -## Credit - -Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products. - -![JetBrains](./doc/resources/jetbrains.png) diff --git a/packages/axis-snapshot/README.md b/packages/axis-snapshot/README.md index 095b0c00b..bed7263f0 100644 --- a/packages/axis-snapshot/README.md +++ b/packages/axis-snapshot/README.md @@ -12,7 +12,6 @@ A Node.js library written in TypeScript capable of getting snapshots from [Axis - [Super simple to use](#super-simple-to-use) - [Installation](#installation) - [API](#api) -- [Credit](#credit) --- @@ -60,9 +59,3 @@ class Snapshot { jpeg(options?: SnapshotOptions): Promise; } ``` - -## Credit - -Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products. - -![JetBrains](./doc/resources/jetbrains.png)