From 48229f02e3b9712f10f128bfc548dbf22b6e90a7 Mon Sep 17 00:00:00 2001 From: Lachlan Sneff Date: Mon, 15 Jan 2018 19:12:06 -0500 Subject: [PATCH] Fixed typo in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 71d4b3902e..8c685ac1ae 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ Currently, tests don't test the `no_std` feature: 1. `cargo test --features no_std` won't compile. -1. `./test_all.sh` doesn't test the `no_std` feature. +1. `./test-all.sh` doesn't test the `no_std` feature. It's important to note that cretonne still needs liballoc to compile. Thus, whatever environment is used must implement an allocator.