Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KopievDev authored Oct 17, 2024
1 parent e7ff26a commit 4739354
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# DeeplinkRouter
[![Swift](https://github.com/KopievDev/DeeplinkRouter/actions/workflows/swift.yml/badge.svg)](https://github.com/KopievDev/DeeplinkRouter/actions/workflows/swift.yml)
[![Build and Publish Jazzy Documentation](https://github.com/KopievDev/DeeplinkRouter/actions/workflows/jazzy.yml/badge.svg)](https://github.com/KopievDev/DeeplinkRouter/actions/workflows/jazzy.yml)

**DeeplinkRouter** is a lightweight, flexible, and easy-to-use framework for managing deep links and navigation within iOS applications. It allows you to register and handle different types of deep links, providing a clear way to navigate to specific parts of your app.

Expand All @@ -9,6 +10,11 @@
- Asynchronous handling of deep links.
- Customizable and extendable for any app architecture.

## Documentation

You can view the full API documentation [here](https://kopievdev.github.io/DeeplinkRouter/).


## Installation

### Swift Package Manager
Expand Down

0 comments on commit 4739354

Please sign in to comment.