Skip to content

Commit

Permalink
chore: correct typos docs (#171)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
Bilogweb3 authored Dec 24, 2024
1 parent bce40b3 commit 7096b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This mechanism allows the users to compile, initialize, and execute Move Smart C

## Structure

This repo contains both Rust and Go codes. The rust code is compiled into a dll/so to be linked via cgo and wrapped with a pleasant Go API. The full build step involves compiling rust -> C library, and linking that library to the Go code. For ergonomics of the user, we will include pre-compiled libraries to easily link with, and Go developers should just be able to import this directly.
This repo contains both Rust and Go code. The rust code is compiled into a dll/so to be linked via cgo and wrapped with a pleasant Go API. The full build step involves compiling rust -> C library, and linking that library to the Go code. For ergonomics of the user, we will include pre-compiled libraries to easily link with, and Go developers should just be able to import this directly.

## Supported Platform

Expand Down
2 changes: 1 addition & 1 deletion builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ can do the cross-compilation.

## Usage

Create a local docker image, capable of cross-compling linux and macos dynamic libs:
Create a local docker image, capable of cross-compiling linux and macos dynamic libs:

```sh
(cd builders && make docker-images)
Expand Down

0 comments on commit 7096b76

Please # to comment.