typescript-ds-lib 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ console.log(stack.size()); // 2
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
## Documentation and Examples
|
|
46
|
-
See the [documentation](https://github.com/baloian/typescript-ds-lib/blob/master/DOCUMENTATION.md) for more details and examples.
|
|
46
|
+
See the [documentation](https://github.com/baloian/typescript-ds-lib/blob/master/doc/DOCUMENTATION.md) for more details and examples.
|
|
47
47
|
|
|
48
48
|
## Contributions
|
|
49
49
|
Contributions are welcome and can be made by submitting GitHub pull requests
|