From 817026b88bf407bfa50990ec50f50dd71808fdca Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Mon, 21 Dec 2015 00:27:40 +0100 Subject: [PATCH] Fixes a (relevant?) typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82986cd..10b7c81 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ AsteroidOS build system You can fully build a flashable image from source with the following commands, but be careful it will take several hours: . ./prepare-build.sh - bitbake steroid-image + bitbake asteroid-image For more information report to [the wiki](https://github.com/AsteroidOS/asteroid/wiki).