Skip to content

Commit

Permalink
Merge pull request #14 from rizwankce/patch-2
Browse files Browse the repository at this point in the history
Add code block language to get highlights
  • Loading branch information
nysander authored Oct 1, 2020
2 parents 011711c + fc45e92 commit d39e4a8
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 @@ -27,7 +27,7 @@ validity, parse @mentions, #hashtags, URLs, and more.

Add twitter-text directly to your Package.swift file:

```
```swift
dependencies: [
// ...
.package(url: "https://github.com/nysander/twitter-text.git", from:"0.0.1"),
Expand All @@ -48,7 +48,7 @@ search for `https://github.com/nysander/twitter-text.git` repository

To run the Conformance test suite from the command line:

```
```sh
% swift test --enable-test-discovery
```

Expand Down

0 comments on commit d39e4a8

Please sign in to comment.