Merge pull request #103 from Mikerah/master

Update README.md
This commit is contained in:
Steven Allen 2019-12-20 16:15:28 +01:00 committed by GitHub
commit 4c2606ef48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,9 @@ go get github.com/libp2p/go-libp2p-core
Check out the [GoDocs](https://godoc.org/github.com/libp2p/go-libp2p-core).
## Testing
To test instantiations of interfaces and abstractions, you can use the [test suite](https://github.com/libp2p/go-libp2p-testing/tree/master/suites).
## License
Dual-licensed under MIT and ASLv2, by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/).