Skip to content

Commit

Permalink
Implemented: Transpilation notice in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asleepysamurai committed Dec 27, 2018
1 parent 80cd10b commit b092c39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -1,6 +1,9 @@
### What is BlueJacket?
BlueJacket is a tiny (~125LOC) router, that provides simple, Express Style routing for both the server and the browser. It uses the popular middleware style of the ExpressJS router with a few tweaks for better readabilty.

##### Important:
Please note, BlueJacket does not come with an ES5-ready distribution out of the box. It needs to be transpiled for usage on the browser. It is assumed that you will be doing this as part of the build process for your application.

### Quickstart

To get started install BlueJacket.
Expand Down

0 comments on commit b092c39

Please sign in to comment.