Skip to content

Commit

Permalink
Adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
anjos committed Nov 19, 2024
1 parent 36223db commit 696e8a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.35.0
pixi-version: v0.37.0
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }} & Pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.35.0
pixi-version: v0.37.0
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Setup pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.35.0
pixi-version: v0.37.0
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ SPDX-License-Identifier: MIT

# icons: A Plugin for Pelican

This plugin simplifies adding SVG icons, inlined or referenced on your Pelican website
content (pages and articles).
This plugin simplifies adding SVG or webfont icons on your Pelican website content
(pages and articles).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "pelican-icons"
dynamic = ["version"]
description = "Add SVG icons to content and templates"
description = "Add SVG and webfont icons to Pelican content"
readme = "README.md"
authors = [{ name = "Andre Anjos", email = "[email protected]" }]
license = "MIT"
Expand Down

0 comments on commit 696e8a3

Please sign in to comment.