Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 21, 2023
1 parent 7d50b0f commit 6749c19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Overview

pywis-topics is utility to work with the WIS2 Topic Hierarchy
pywis-topics is a utility to work with the WIS2 Topic Hierarchy

## Installation

Expand Down Expand Up @@ -50,7 +50,7 @@ pywis-topics --version

```bash
# validate a WIS2 topic hierarchy
pywis-topics validate origin/a/wis2/can
pywis-topics validate origin/a/wis2/ca-eccc-msc

# list children of a given WIS2 topic hierarchy level
pywis-topics list wis2/a
Expand All @@ -65,6 +65,9 @@ Python examples:
from pywis_topics.topics import TopicHierarchy

th = TopicHierarchy()

th.validate('origin/a/wis2/ca-eccc-msc/data/core')
th.list_children('origin/a/wis2')
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_package_version():

LONG_DESCRIPTION = read('README.md')

DESCRIPTION = 'pywis-topics is utility to work with the WIS2 Topic Hierarchy'
DESCRIPTION = 'pywis-topics is a utility to work with the WIS2 Topic Hierarchy'

MANIFEST = Path('MANIFEST')

Expand Down

0 comments on commit 6749c19

Please sign in to comment.