Skip to content

fixes gwtw/js-avl-tree#12#13

Open
freiit wants to merge 1 commit intogwtw:masterfrom
freiit:master
Open

fixes gwtw/js-avl-tree#12#13
freiit wants to merge 1 commit intogwtw:masterfrom
freiit:master

Conversation

@freiit
Copy link

@freiit freiit commented Feb 7, 2022

fixes #12

Comment on lines 27 to +28
// Import npm module
var AvlTree = require('@tyriar/avl-tree');
var AvlTree = require('@tyriar/avl-tree').AvlTree;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This uses ts-avl-tree, it would be best to rewrite install and this to something like:

Install

git clone https://github.com/gwtw/js-avl-tree

Usage

// Import npm module
var AvlTree = require('./js-avl-tree/src/avl-tree');

Then moving the ts-avl-tree note into the install section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Readme demo results in errors

2 participants