You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/22 21:54:10 UTC

incubator-mynewt-blinky git commit: Update README for 1.0.0-b1.

Repository: incubator-mynewt-blinky
Updated Branches:
  refs/heads/1_0_0_b1_dev ea4b8b8ba -> b6918edc1


Update README for 1.0.0-b1.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/commit/b6918edc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/tree/b6918edc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/diff/b6918edc

Branch: refs/heads/1_0_0_b1_dev
Commit: b6918edc174b764f1e0b4ef4f4652aca8fedf8dd
Parents: ea4b8b8
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 22 13:53:47 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 22 13:53:47 2016 -0800

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky/blob/b6918edc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a77e004..5dae4bc 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,6 @@ You will need to download the Apache Newt tool, as documented in the [Getting St
 
 The Apache Newt tool should indicate the location of the generated blinky
 executable.  Since the simulator does not have an LED to blink, this version of
-blinky is not terribly exciting (no observable behavior!).  To learn how to
-build blinky for actual hardware, please see the [Getting Started
-Guide](http://mynewt.apache.org/os/get_started/introduction/).
+blinky is not terribly exciting - a printed message indicating the current LED
+state.  To learn how to build blinky for actual hardware, please see the
+[Getting Started Guide](http://mynewt.apache.org/os/get_started/introduction/).