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");