From d24f4a1edbd9a6eb04dfb2acb38d204b39fc3001 Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Thu, 16 Jan 2025 20:04:34 -0500 Subject: [PATCH] Update example to Wikipedia --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e806d6..d95fa0e 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,14 @@ pipx upgrade pomace Then download some site models: ```shell -pomace clone https://github.com/jacebrowning/pomace-twitter.com +pomace clone https://github.com/jacebrowning/pomace-wikipedia.org +pomace alias en.wikipedia.org wikipedia.org ``` And launch the application: ```shell -pomace run twitter.com +pomace run wikipedia.org ``` # Usage