From 7096b76ba9705d4d932808e9c80b72101eafc0a8 Mon Sep 17 00:00:00 2001 From: Bilog WEB3 <155262265+Bilogweb3@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:17:43 +0100 Subject: [PATCH] chore: correct typos docs (#171) * Update README.md * Update README.md --- README.md | 2 +- builders/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7c22701..f64d69b6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/builders/README.md b/builders/README.md index 320cbcd4..475757a8 100644 --- a/builders/README.md +++ b/builders/README.md @@ -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)