From a72546c2ddb48383ae9e3ea7a0d4ac515d755812 Mon Sep 17 00:00:00 2001 From: Michele Nuzzi <64633004+michele-nuzzi@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:24:18 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5d62d519..9f63b64c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ `plu-ts` is a library to allow Cardano-related software to be written entirely in [typescript](https://www.typescriptlang.org/), in support for a wider developer ecosystem adoption and easier integration. -the project is be composed mainly of two parts: on-chain and off-chain; +the project is composed mainly of two parts: on-chain and off-chain; the on-chain exports all the necessary for you to build your smart contract as an eDSL (_embedded_ Domain Specific Language) the off-chain one allows you to build transactions @@ -29,26 +29,22 @@ You can start playing with `plu-ts` by running the following command in your pro ``` npm install @harmoniclabs/plu-ts ``` -or, equivalently, you can install directly form this repository +or, equivalently, you can install directly from this repository ``` npm install https://github.com/HarmonicLabs/plu-ts ``` ## Get started -Have a look at the [`plu-ts` documentation](https://pluts.harmoniclabs.tech/docs/intro) where you can find some [example projects](https://pluts.harmoniclabs.tech/docs/examples/Hello%20World) to help you get started. +Have a look at the [`plu-ts` documentation](https://pluts.harmoniclabs.tech) where you can find some [example projects](https://pluts.harmoniclabs.tech/examples/Hello%20World) to help you get started. ## Sponsors ❤️ the [sponsors.md](./sponsors.md) file contains a list of supportes of this project. -Everyone of them is special and is contribuitng in making this software aviable for everyone. +Every one of them is special and is contributing to making this software available for everyone. -### Special thanks for their support goes to: - -[VledicFranco](https://github.com/VledicFranco) by [Drunken Dragon Entertainment](https://twitter.com/DrunkenDragnEnt) - -Consider having a look at the [documentation](https://www.harmoniclabs.tech/plu-ts-docs/index.html) even if it is currently being written; feel free to contribute to the [`plu-ts-docs` repository](https://github.com/HarmonicLabs/plu-ts-docs) +Consider having a look at the [documentation]([https://www.harmoniclabs.tech/plu-ts-docs/index.html](https://pluts.harmoniclabs.tech)) even if it is currently being written; feel free to contribute to the [`plu-ts-docs` repository](https://github.com/HarmonicLabs/plu-ts-docs) ## Project Catalyst