Skip to content

Commit

Permalink
Update intro paragraph
Browse files Browse the repository at this point in the history
Updating the intro paragraph per the discussion we had in #168
  • Loading branch information
NHDaly authored Oct 26, 2018
1 parent 74205c6 commit 9bb64f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

Linux, OSX: [![Build Status](https://travis-ci.org/JunoLab/Blink.jl.svg?branch=master)](https://travis-ci.org/JunoLab/Blink.jl)


Blink.jl provides a API for communicating with web pages from Julia. Pages may be served over the internet and controlled from the browser, or served locally via an [Electron](https://github.com/atom/Electron) window. Blink can therefore be used as a GUI toolkit – [DevTools.jl](https://github.com/JunoLab/DevTools.jl) for an example use.
Blink.jl is the Julia wrapper around [Electron](https://electronjs.org/). It
can serve HTML content in a local window, and allows for communication between
Julia and the web page. In this way, therefore, Blink can be used as a GUI
toolkit for building HTML-based applications for the desktop.

To install, do:
```julia
Expand Down

0 comments on commit 9bb64f8

Please sign in to comment.