From 4fa3b235a99c5412e620b3b5f218af4ef20ff8cb Mon Sep 17 00:00:00 2001 From: himynameismartin Date: Thu, 4 Sep 2014 17:44:01 +0200 Subject: [PATCH] Added JavaScript and HTML syntax highlighting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a2ec11..0381fc1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ npm install bitcore It is a collection of objects useful to bitcoin applications; class-like idioms are enabled via [Soop](https://github.com/bitpay/soop). In most cases, a developer will require the object's class directly. For instance: -``` +```javascript var bitcore = require('bitcore'); var Address = bitcore.Address; var Transaction = bitcore.Transaction; @@ -69,7 +69,8 @@ This will generate a `browser/bundle.js` file which you can include in your HTML ##Example browser usage From example/simple.html -``` + +```html