@beads/bd 0.29.0 → 0.30.0
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,10 +100,10 @@ This package downloads the appropriate native binary for your platform:
|
|
|
100
100
|
For complete documentation, see the [beads GitHub repository](https://github.com/steveyegge/beads):
|
|
101
101
|
|
|
102
102
|
- [Complete README](https://github.com/steveyegge/beads#readme)
|
|
103
|
-
- [Quick Start Guide](https://github.com/steveyegge/beads/blob/main/QUICKSTART.md)
|
|
104
|
-
- [Installation Guide](https://github.com/steveyegge/beads/blob/main/INSTALLING.md)
|
|
105
|
-
- [FAQ](https://github.com/steveyegge/beads/blob/main/FAQ.md)
|
|
106
|
-
- [Troubleshooting](https://github.com/steveyegge/beads/blob/main/TROUBLESHOOTING.md)
|
|
103
|
+
- [Quick Start Guide](https://github.com/steveyegge/beads/blob/main/docs/QUICKSTART.md)
|
|
104
|
+
- [Installation Guide](https://github.com/steveyegge/beads/blob/main/docs/INSTALLING.md)
|
|
105
|
+
- [FAQ](https://github.com/steveyegge/beads/blob/main/docs/FAQ.md)
|
|
106
|
+
- [Troubleshooting](https://github.com/steveyegge/beads/blob/main/docs/TROUBLESHOOTING.md)
|
|
107
107
|
|
|
108
108
|
## Why npm Package vs WASM?
|
|
109
109
|
|