Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pzmudzinski authored Aug 8, 2023
1 parent e7c8c31 commit 790470f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Tests](https://github.com/pzmudzinski/OpenGraphReader/actions/workflows/tests.yml/badge.svg)
[![License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/pzmudzinski/OpenGraphReader/blob/main/LICENSE)

OpenGraphSwift is a Swift library that allows you to easily extract OpenGraph metadata from HTML content. OpenGraph metadata provides structured information about a web page's content when shared on social media platforms.
OpenGraphReader is a Swift library that allows you to easily extract OpenGraph metadata from HTML content. OpenGraph metadata provides structured information about a web page's content when shared on social media platforms.

## Features

Expand All @@ -16,7 +16,7 @@ OpenGraphSwift is a Swift library that allows you to easily extract OpenGraph me

### Installing via Swift Package Manager (SPM)

You can easily integrate OpenGraphSwift into your project using Swift Package Manager:
You can easily integrate OpenGraphReader into your project using Swift Package Manager:

1. Open your Xcode project.
2. Click on "File" > "Swift Packages" > "Add Package Dependency..."
Expand All @@ -31,7 +31,7 @@ You can easily integrate OpenGraphSwift into your project using Swift Package Ma
To fetch and parse OpenGraph metadata from a URL:

```swift
import OpenGraphSwift
import OpenGraphReader

let reader = OpenGraphReader()
do {
Expand Down Expand Up @@ -72,8 +72,8 @@ response.urlValue("twitter:image:url")

## Contributions

Contributions to OpenGraphSwift are welcome! Feel free to submit issues or pull requests for improvements or bug fixes.
Contributions to OpenGraphReader are welcome! Feel free to submit issues or pull requests for improvements or bug fixes.

## License

OpenGraphSwift is available under the MIT license. See the [LICENSE](LICENSE) file for more info.
OpenGraphReader is available under the MIT license. See the [LICENSE](LICENSE) file for more info.

0 comments on commit 790470f

Please sign in to comment.