Skip to content

Commit

Permalink
chore(docs): minor improvement (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Feb 6, 2024
1 parent 420c760 commit 45ea76b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# TypeMove
Generate TypeScript bindings for Move smart contracts. (currently support Aptos & SUI).
Developed by [Sentio](sentio.xyz).
Developed by [Sentio](http://sentio.xyz).

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/sentioxyz/typemove/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/sentioxyz/typemove/tree/main)
[![npm version](https://badge.fury.io/js/@typemove%2Fmove.svg)](https://badge.fury.io/js/@typemove%2Fmove)
Expand All @@ -25,9 +25,9 @@ Developed by [Sentio](sentio.xyz).
| Transaction Building | Done | Done |
| Resource/Object Utils | Done | Done |

## Details:
- [@typemove/aptos](packages/aptos/Readme.md)
- [@typemove/sui](packages/sui/Readme.md)
## Get Started
- [For Aptos](packages/aptos/Readme.md)
- [For Sui](packages/sui/Readme.md)

## Development
```shell
Expand Down

0 comments on commit 45ea76b

Please sign in to comment.