Skip to content

Commit

Permalink
Updated tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 19, 2022
1 parent 048f064 commit 32861d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Tests](https://github.com/simonw/shot-scraper/workflows/Test/badge.svg)](https://github.com/simonw/shot-scraper/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/shot-scraper/blob/master/LICENSE)

Tools for taking automated screenshots of websites
A comand-line utility for taking automated screenshots of websites

For background on this project see [shot-scraper: automated screenshots for documentation, built on Playwright](https://simonwillison.net/2022/Mar/10/shot-scraper/).

Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# shot-scraper

A comand-line utility for taking automated screenshots of websites

```{toctree}
---
maxdepth: 3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_long_description():

setup(
name="shot-scraper",
description="Tools for taking automated screenshots of websites",
description="A comand-line utility for taking automated screenshots of websites",
long_description=get_long_description(),
long_description_content_type="text/markdown",
author="Simon Willison",
Expand Down

0 comments on commit 32861d4

Please sign in to comment.