From 6da4d7ecf1c5aa016bd20ccb3bc17bdf7dee4760 Mon Sep 17 00:00:00 2001 From: Rudra Date: Fri, 10 Feb 2023 01:25:34 +0000 Subject: [PATCH] Readme Updated --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 30a45e1d..fb210649 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ - - + +

@@ -15,28 +15,22 @@ This repository is the port of the [SGP4](https://crates.io/crates/sgp4) library Published package is available on [WAPM](https://wapm.io/dynamite-bud/sgp4). -Package is published on the following platforms: - -- [x] `WAPM` -- [x] `npm` -- [x] `pip` - ## Installation -- `WAPM` +- **`WAPM`** ```console $ wapm install dynamite-bud/sgp4 ``` -- `npm` +- **`npm`** ```console $ wapm install dynamite-bud/sgp4 --npm ``` -- `pip` +- **`pip`** ```console $ wapm install dynamite-bud/sgp4 --pip ``` -## Usage +## Usage with JavaScript ```js const { bindings } = require("@dynamite-bud/sgp4");