opnet 1.0.0 → 1.0.1
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/.idea/vcs.xml +6 -0
- package/README.md +2 -3
- package/package.json +1 -1
package/.idea/vcs.xml
ADDED
package/README.md
CHANGED
|
@@ -46,14 +46,13 @@ npm i opnet
|
|
|
46
46
|
|
|
47
47
|
## Usage
|
|
48
48
|
|
|
49
|
-
Refer to the `docs/` directory for detailed guides on how to use
|
|
49
|
+
Refer to the `docs/` directory for detailed guides on how to use OPNet. Start
|
|
50
50
|
with `getting_started.md` and explore `api_reference.md` for comprehensive information about the functions available.
|
|
51
51
|
|
|
52
52
|
## Contribution
|
|
53
53
|
|
|
54
54
|
Contributions are welcome! Please read through the `CONTRIBUTING.md` file for guidelines on how to submit issues,
|
|
55
|
-
feature requests, and pull requests. We appreciate your input and encourage you to help us improve
|
|
56
|
-
Builder.
|
|
55
|
+
feature requests, and pull requests. We appreciate your input and encourage you to help us improve OPNet.
|
|
57
56
|
|
|
58
57
|
## License
|
|
59
58
|
|