You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,9 @@ Identify consists of a set of protocols used to help identify remote peers withi
35
35
36
36
37
37
## Install
38
-
#### Heads up ‼️
39
-
- This package is embedded into [swift-libp2p](https://github.com/swift-libp2p/swift-libp2p) . There's no need to include this package as a dependency in your swift-libp2p project.
38
+
> [!CAUTION]
39
+
> This package is embedded into [swift-libp2p](https://github.com/swift-libp2p/swift-libp2p) . There's no need to include this package as a dependency in your swift-libp2p project.
40
+
40
41
Include the following dependency in your Package.swift file
41
42
```Swift
42
43
letpackage=Package(
@@ -57,8 +58,9 @@ let package = Package(
57
58
```
58
59
59
60
## Usage
60
-
#### Heads up ‼️
61
-
- This package is embedded into [swift-libp2p](https://github.com/swift-libp2p/swift-libp2p) . There's no need to include this package as a dependency in your swift-libp2p project.
61
+
> [!CAUTION]
62
+
> This package is embedded into [swift-libp2p](https://github.com/swift-libp2p/swift-libp2p) . There's no need to include this package as a dependency in your swift-libp2p project.
63
+
62
64
```Swift
63
65
64
66
/// Tell swift-libp2p to use Identify (the standard swift-libp2p implementation does this automatically)
0 commit comments