Skip to content

Commit

Permalink
Add TOC and fix link.
Browse files Browse the repository at this point in the history
  • Loading branch information
LebJe committed Oct 24, 2022
1 parent 29e696e commit 4032d9c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ICMPPing

**Send [ICMP] Ping requests in Swift! Powered by [cpp-icmplib](https://github.com/markondej/cpp-icmplib).**
**Send [ICMP](https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol) Ping requests in Swift! Powered by [cpp-icmplib](https://github.com/markondej/cpp-icmplib).**

[![Swift 5.5](https://img.shields.io/badge/Swift-5.5-brightgreen?logo=swift)](https://swift.org)
[![SPM Compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg)](https://swift.org/package-manager)
Expand All @@ -9,6 +9,21 @@
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FLebJe%2FICMPPing%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/LebJe/ICMPPing)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FLebJe%2FICMPPing%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/LebJe/ICMPPing)

<!--ts-->

- [ICMPPing](#icmpping)
- [Installation](#installation)
- [Swift Package Manager](#swift-package-manager)
- [Full Documentation](#full-documentation)
- [Quick Start](#quick-start)
- [Dependencies](#dependencies)
- [Licenses](#licenses)
- [Contributing](#contributing)

<!-- Added by: lebje, at: Sun Oct 23 21:44:53 EDT 2022 -->

<!--te-->

## Installation

### Swift Package Manager
Expand Down

0 comments on commit 4032d9c

Please sign in to comment.