Merge pull request #252 from electron/update-example-link

Link to electron instead of brightray_example
This commit is contained in:
Kevin Sawicki 2016-10-03 15:47:39 -07:00 committed by GitHub
commit f30cef5c78

View file

@ -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 isnt all that interesting, since its 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