Skip to content

Commit

Permalink
No full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim authored Mar 22, 2019
1 parent 4aa3de5 commit d9509d9
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 @@ -41,7 +41,7 @@ When a new release is published to `my-org/app` (e.g. `v4.2.0`), containing a `a

```rb
class App < Formula
desc "The best app ever."
desc "The best app ever"
homepage "https://github.com/my-org/app"
version "v2.4.0"
url "https://github.com/my-org/app/releases/download/v4.2.0/app.zip"
Expand Down Expand Up @@ -74,7 +74,7 @@ When a new release is published (e.g. `v4.2.0`), Tap Release would push a commit

```rb
class App < Formula
desc "The best app ever."
desc "The best app ever"
homepage "https://github.com/my-org/app"
version "v4.2.0"
url "https://registry.npmjs.org/app/-/app-4.2.0.tgz"
Expand Down

0 comments on commit d9509d9

Please sign in to comment.