From 3ee62bb244704ac0119f371cdea6a7cebe9f41d1 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Mon, 29 Jan 2024 22:43:36 +0000 Subject: [PATCH] Update example formula descriptions --- docs/Formula-Cookbook.md | 2 +- docs/Node-for-Formula-Authors.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 17986b770b..1de3d75f6c 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -689,7 +689,7 @@ If not inferable, specify which of Homebrew’s built-in download strategies to ```ruby class Nginx < Formula - desc "Some package" + desc "HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server" homepage "https://nginx.org/" url "https://nginx.org/download/nginx-1.23.2.tar.gz", using: :homebrew_curl sha256 "a80cc272d3d72aaee70aa8b517b4862a635c0256790434dbfc4d618a999b0b46" diff --git a/docs/Node-for-Formula-Authors.md b/docs/Node-for-Formula-Authors.md index c44cd667ed..9a709135d9 100644 --- a/docs/Node-for-Formula-Authors.md +++ b/docs/Node-for-Formula-Authors.md @@ -91,7 +91,7 @@ Installing a standard Node module based formula would look like this: require "language/node" class Foo < Formula - desc "Description" + desc "An example formula" homepage "https://example.com" url "https://registry.npmjs.org/foo/-/foo-1.4.2.tgz" sha256 "abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc1"