Skip to content

Commit

Permalink
Use NOTE instead of IMPORTANT
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Fuller <[email protected]>
  • Loading branch information
garricn and tinder-cfuller committed May 13, 2024
1 parent 94d0086 commit 442abb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ automatically or pin the dependency to a specific version:
.package(url: "https://github.com/realm/SwiftLint.git", exact: "<version>")
```

> [!IMPORTANT]
> [!NOTE]
> Replace `<version>` with the desired minimum or exact version.
### [Xcode Package Dependency](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app)
Expand Down Expand Up @@ -314,7 +314,7 @@ fi
> Uncheck `Based on dependency analysis` to run `swiftlint` on all incremental
> builds, suppressing the unspecified outputs warning.
> [!IMPORTANT]
> [!NOTE]
> Based upon the installation method used, the shell command syntax in the
> Run Script Build Phase may be different or additional configuration could
> be required. Refer to the [installation](#installation) instructions for
Expand Down

0 comments on commit 442abb4

Please sign in to comment.