File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# IEEE 754
22
3- [ ![ CI] ( https://github.com/coenttb /swift-ieee-754/workflows/CI/badge.svg )] ( https://github.com/coenttb /swift-ieee-754/actions/workflows/ci.yml )
3+ [ ![ CI] ( https://github.com/swift-standards /swift-ieee-754/workflows/CI/badge.svg )] ( https://github.com/swift-standards /swift-ieee-754/actions/workflows/ci.yml )
44![ Development Status] ( https://img.shields.io/badge/status-active--development-blue.svg )
55
66Swift implementation of IEEE 754-2019 binary floating-point standard for canonical serialization of Float and Double types.
@@ -26,7 +26,7 @@ Add to your `Package.swift`:
2626
2727``` swift
2828dependencies: [
29- .package (url : " https://github.com/coenttb /swift-ieee-754.git" , from : " 0.1.0" )
29+ .package (url : " https://github.com/swift-standards /swift-ieee-754.git" , from : " 0.1.0" )
3030]
3131```
3232
You can’t perform that action at this time.
0 commit comments