We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a97ef9 commit dbfaf2dCopy full SHA for dbfaf2d
README.md
@@ -5,7 +5,7 @@ I need for a bigger project. My first node module. Written in IcedCoffeeScript.
5
6
Browser Use
7
===========
8
-```
+```javascript
9
<script src="geom2d.js"></script>
10
<script>
11
var affine = require('affine');
@@ -40,7 +40,7 @@ npm install -g geom2d
40
41
Usage (CoffeeScript example)
42
============================
43
+```coffeescript
44
{affine, polygon} = require 'geom2d'
45
46
rot_left = new affine.rotation Math.PI / 4
0 commit comments