From 44b3b63a6f5e941d5b82f7f13d56b03019703c51 Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Thu, 21 Jun 2018 15:18:21 +0100 Subject: [PATCH] About --- ABOUT.md | 4 +++- README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index 1b8226a..1a8454a 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -19,4 +19,6 @@ const LPF2 = require("node-lpf2").LPF2; const lpf2 = new LPF2(); ``` -Examples are available in the "examples" directory. \ No newline at end of file +Examples are available in the "examples" directory. + +### API \ No newline at end of file diff --git a/README.md b/README.md index 9ae8b06..d52a2e5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ const LPF2 = require("node-lpf2").LPF2; const lpf2 = new LPF2(); ``` -Examples are available in the "examples" directory.## Classes +Examples are available in the "examples" directory. + +### API## Classes
LPF2EventEmitter