From 506e0e8deb2c73a4a014019722ea93300465a90d Mon Sep 17 00:00:00 2001 From: lhf <31607114+EighteenZi@users.noreply.github.com> Date: Mon, 16 Jul 2018 16:15:29 +0800 Subject: [PATCH] Update Readme.md replace 'five' with 'eighteen'. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d2d42155d..5cd0c20db 100644 --- a/Readme.md +++ b/Readme.md @@ -100,7 +100,7 @@ We recommend to use `cargo doc` to generate documents for each crate in this SDK # Sample Codes -We provide five sample codes to help developers understand how to write Enclave codes in Rust. These codes are located at `samplecode` directory. +We provide eighteen sample codes to help developers understand how to write Enclave codes in Rust. These codes are located at `samplecode` directory. * `helloworld` is a very simple app. It shows some basic usages of argument passing, Rust string and ECALL/OCALLs.