From f6547d387617f833c038ea420ba9c2174f9d340b Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Tue, 15 Jan 2019 17:24:08 +1100 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index be7de66..fa80ef8 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,6 @@ Windows users: Core requests usage: ```js -/* -var nomnoml = require('nomnoml'); -var src = '[nomnoml] is -> [awesome]'; -console.log(nomnoml.renderSvg(src)); -*/ - var x11 = require('x11'); var Exposure = x11.eventMask.Exposure;