From 4172bbd683a04575c607a90eebca8163e85bdd02 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 3 Oct 2016 15:46:09 -0700 Subject: [PATCH] Link to electron instead of brightray_example --- brightray/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/brightray/README.md b/brightray/README.md index eba0f515c9ad..655fca98fe6b 100644 --- a/brightray/README.md +++ b/brightray/README.md @@ -6,8 +6,8 @@ use in applications. ## Using it in your app -See [brightray_example](https://github.com/electron/brightray_example) for a -sample application written using Brightray. +See [electron](https://github.com/electron/electron) for example of an +application written using Brightray. ## Development @@ -33,9 +33,7 @@ You must previously have built and uploaded libchromiumcontent using its $ script/build Building Brightray on its own isn’t all that interesting, since it’s just a -static library. Building it into an application (like -[brightray_example](https://github.com/electron/brightray_example)) is the only -way to test it. +static library. Building it into an application is the only way to test it. ## License