Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Apr 14, 2019
1 parent 4912f43 commit 40c49f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## LIPS is Pretty Simple

[![npm](https://img.shields.io/badge/npm-0.9.0-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&6549cbcb61f082ec5f7134797328ce6807f9cc7c)](https://travis-ci.org/jcubic/jquery.terminal)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=master&4912f43f5a0a8836940ba8e35fe069c538cae4b4)](https://travis-ci.org/jcubic/jquery.terminal)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=master&4605127ab4ae61bb9393947f167c7edb)](https://coveralls.io/github/jcubic/lips?branch=master)


Expand All @@ -12,7 +12,7 @@ LIPS is very simple Lisp, similar to Scheme written in JavaScript.
## Key features

* Full lisp macros and backquote,
* Functions in lips are normal javascript functions,
* Functions in lips are normal JavaScript functions,
* You can invoke native JavaScript functions and methods from Lips,
* Easy extension using JavaScript using Macros or functions,
* RegExp-es are first class objects,
Expand Down
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LIPS is very simple Lisp, similar to Scheme written in JavaScript.
## Key features

* Full lisp macros and backquote,
* Functions in lips are normal javascript functions,
* Functions in lips are normal JavaScript functions,
* You can invoke native JavaScript functions and methods from Lips,
* Easy extension using JavaScript using Macros or functions,
* RegExp-es are first class objects,
Expand Down

0 comments on commit 40c49f7

Please sign in to comment.