Skip to content

Commit b21ba00

Browse files
authored
Update README.md
1 parent fe79e50 commit b21ba00

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ Identify consists of a set of protocols used to help identify remote peers withi
3535

3636

3737
## 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+
4041
Include the following dependency in your Package.swift file
4142
```Swift
4243
let package = Package(
@@ -57,8 +58,9 @@ let package = Package(
5758
```
5859

5960
## 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+
6264
```Swift
6365

6466
/// Tell swift-libp2p to use Identify (the standard swift-libp2p implementation does this automatically)

0 commit comments

Comments
 (0)