From fa36547857a6e3f514b6f01bf9e55ec2e1a6fb1d Mon Sep 17 00:00:00 2001 From: Toni Tabak Date: Tue, 18 Jun 2024 17:41:24 +0200 Subject: [PATCH] docs: update licence, package, readme --- LICENSE | 2 +- README.md | 12 ++++-------- package.json | 1 - 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index a05a7e052..1553e791d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Sean James Han +Copyright (c) StarkWare Ltd. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index cf59cf702..48652f198 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,7 @@

-## 🕹ī¸ Usage - -Install starknet with `npm` +## Installation ```bash # latest official release (main branch) @@ -51,13 +49,11 @@ $ npm install starknet@beta Import `starknet` and use the [API](https://www.starknetjs.com/docs/API/). -## 🌐 API - -[Click Here](https://www.starknetjs.com/docs/API/) +## 🌐 Documentation -Please refer to the following code examples [here](https://github.com/PhilippeR26/starknet.js-workshop-typescript)! :video_game: +How to [Guides](https://www.starknetjs.com/docs/guides/intro) :book: & [API](https://www.starknetjs.com/docs/API/) đŸ’ģ -Guides can be found [here](https://www.starknetjs.com/docs/guides/intro) :book: +Play with [Code Examples](https://github.com/PhilippeR26/starknet.js-workshop-typescript) :video_game: ## ✏ī¸ Contributing diff --git a/package.json b/package.json index 0de300f70..2cd37f1bc 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "rollup" ], "repository": "github:starknet-io/starknet.js", - "author": "Sean Han", "license": "MIT", "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.18.2",