Skip to content

Commit aab0c22

Browse files
authored
Merge pull request #1 from vyo/task/adjust-readme
task: Adjust read me
2 parents d1e47c9 + 677612a commit aab0c22

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
@@ -5,16 +5,18 @@
55
[![swift version](https://img.shields.io/badge/swift-5.0-brightgreen.svg)](#)
66
[![platforms](https://img.shields.io/badge/platforms-%20macOS%20|%20iOS%20|%20tvOS%20|%20watchOS%20|%20linux%20-brightgreen.svg)](#)
77

8-
This is a **dependency free**, **lightweight**, **fast** and **easy to use** [RFC4122](https://tools.ietf.org/html/rfc4122) compliant [Universally Unique Identifier (UUID)](https://en.wikipedia.org/wiki/Universally_unique_identifier) implementation.
9-
It is developed and maintained as part of the [Fireblade Game Engine](https://github.com/fireblade-engine) project.
8+
This is a pure **Swift** implementation of [Universally Unique Identifier (UUID)](https://en.wikipedia.org/wiki/Universally_unique_identifier); it's **dependency free**, **lightweight**, **fast** and **easy to use**, and complies with [RFC4122](https://tools.ietf.org/html/rfc4122).
9+
10+
The module is developed and maintained as part of the [Fireblade Game Engine](https://github.com/fireblade-engine) project.
1011

1112

1213
## 🚀 Getting Started
1314

14-
These instructions will get you a copy of the project up and running on your local machine and provide a code example.
15+
These instructions will get your copy of the project up and running on your local machine and provides a code example.
1516

1617
### 📋 Prerequisites
1718

19+
* [Swift 5.x](https://swift.org/)
1820
* [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager)
1921
* [Swiftlint](https://github.com/realm/SwiftLint) for linting - (optional)
2022
* [SwiftEnv](https://swiftenv.fuller.li/) for Swift version management - (optional)
@@ -57,7 +59,7 @@ print(uuid.uuidString)
5759

5860
## 🏷️ Versioning
5961

60-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](tags).
62+
We adhere to [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](tags).
6163

6264
## ✍️ Authors
6365

0 commit comments

Comments
 (0)