Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rehannali authored Oct 18, 2022
1 parent db70972 commit c1071af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Enhancement of current codable protocol using property wrappers for easier acces

[![Swift Package Manager](https://img.shields.io/badge/swift%20package%20manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
![Platforms](https://img.shields.io/static/v1?label=Platforms&message=iOS%20|%20macOS%20|%20tvOS%20|%20watchOS%20|%20Linux&color=brightgreen)
![MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)
![MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg) </br>
[![Build Status](https://github.com/rehannali/SGSerializable/actions/workflows/CI.yml/badge.svg)](https://github.com/rehannali/SGSerializable/actions/workflows/CI.yml)
[![CircleCI](https://circleci.com/gh/rehannali/SGSerializable/tree/master.svg?style=svg)](https://circleci.com/gh/rehannali/SGSerializable/?branch=master)
[![DeepSource](https://deepsource.io/gh/rehannali/SGSerializable.svg/?label=active+issues&show_trend=true&token=NJ557_fHlmvQMIpy9hTDjU6d)](https://deepsource.io/gh/rehannali/SGSerializable/?ref=repository-badge)

- [SGSerializable](#sgserializable)
- [Features](#features)
Expand Down Expand Up @@ -315,4 +316,4 @@ let dictionary = person.dictionary
```
### Contribute

This is only a tip of the iceberg of what we can achieve using Property Wrappers and how it can be improved [de/en]coding of JSON using property wrappers in Swift. If there is a any custom tranformation that could be added feel free to open an issue requesting it and/or submit a pull request with the new option.
This is only a tip of the iceberg of what we can achieve using Property Wrappers and how it can be improved [de/en]coding of JSON using property wrappers in Swift. If there is a any custom tranformation that could be added feel free to open an issue requesting it and/or submit a pull request with the new option.

0 comments on commit c1071af

Please sign in to comment.