Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ngallagher committed Feb 7, 2019
1 parent a3894e2 commit f159976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ and development environment.
Snap is an optionally typed scripting language for the [JVM](https://en.wikipedia.org/wiki/Java_virtual_machine)
and is compatible with all Android variants
such as [Dalvik](https://en.wikipedia.org/wiki/Dalvik_(software)) and [ART](https://en.wikipedia.org/wiki/Android_Runtime). The learning curve is small for anyone with experience of Java, JavaScript, or a similar
imperative language. It has excellent integration with the host platform and can leverage the
vibrant ecosystem of the JVM without excessive boilerplate.
imperative language. It has excellent integration with the host platform and can
leverage the vast ecosystem of the JVM without excessive boilerplate.

The language is ideal for embedding in to an existing application, and is a fraction of the size
of similar languages for the JVM platform. In addition to embedding it can be run as a standalone
Expand Down

0 comments on commit f159976

Please sign in to comment.