Skip to content

Commit

Permalink
Add code block language to get highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwankce authored Oct 1, 2020
1 parent 011711c commit fc45e92
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 fc45e92

Please sign in to comment.