Skip to content

Commit d2819dc

Browse files
authored
Clean up formatting in README
1 parent 2ee9a55 commit d2819dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,23 @@ correct programs easier for the developer.
6464

6565
### RPM Naming Convention:
6666

67-
Package naming convention: `swiftlang-<VERSION>-<RELEASE>.<DIST>.<ARCH>.rpm`
68-
Pakcage structure: `/repo/<OS>/releases/<OS_VERSION>/<ARCH>/`
69-
Repository configuration: `/repo/<OS>/releases/<OS_VERSION>/swiftlang.repo`
67+
Package naming convention: `swiftlang-<VERSION>-<RELEASE>.<DIST>.<ARCH>.rpm`
68+
Pakcage structure: `/repo/<OS>/releases/<OS_VERSION>/<ARCH>/`
69+
Repository configuration: `/repo/<OS>/releases/<OS_VERSION>/swiftlang.repo`
7070

7171

7272
#### Example
7373

74-
**Package structure:**
74+
* **Package structure:**
7575
```
7676
/repo/centos/releases/8/x86_64/swiftlang-5.5.0-1.el8.x86_64.rpm
7777
/repo/centos/releases/8/aarch64/swiftlang-5.5.0-1.el8.aarch64.rpm
7878
```
7979

80-
**Package URL:**
80+
* **Package URL:**
8181
https://download.swift.org/repo/centos/releases/8/aarch64/swiftlang-5.5.0-1.el8.aarch64.rpm
8282

83-
**Repository configuration file URL:**
83+
* **Repository configuration file URL:**
8484
https://download.swift.org/repo/centos/releases/8/swiftlang.repo
8585

8686
## Tasks

0 commit comments

Comments
 (0)