Skip to content

Commit

Permalink
docs: update licence, package, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Jun 18, 2024
1 parent 1687dd2 commit fa36547
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
</a>
</p>

## 🕹️ Usage

Install starknet with `npm`
## Installation

```bash
# latest official release (main branch)
Expand All @@ -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

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fa36547

Please sign in to comment.