Skip to content

Commit

Permalink
and now markdown looks decent
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Lonsdorf committed Jan 1, 2014
1 parent 1093823 commit acb630d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ lenses.js
Functional lenses that compose and stuff


var Lenses = require('./src/lenses').expose(global)
, assert = require("assert")
, compose = require('./src/lib/pointfree').compose
;
var Lenses = require('./src/lenses').expose(global)
, assert = require("assert")
, compose = require('./src/lib/pointfree').compose
;

// for demo purposes
var toUpperCase = function(x) { return x.toUpperCase(); };
Expand Down

0 comments on commit acb630d

Please sign in to comment.