Skip to content

Commit

Permalink
Change language identifier to pycon
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 5, 2025
1 parent ed1be0d commit b1170b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pip install iscc-sct[gpu]

Generate a Semantic Text-Code using the create function:

```python-repl
```pycon
>>> import iscc_sct as sct
>>> text = "This is some sample text. It can be a longer document or even an entire book."
>>> sct.create(text, bits=256)
Expand All @@ -90,7 +90,7 @@ Generate a Semantic Text-Code using the create function:

For granular (per chunk) feature outputs:

```python-repl
```pycon
>>> import iscc_sct as sct
>>> text = "This is some sample text. It can be a longer document or even an entire book."
>>> sct.create(text, bits=256, granular=True)
Expand Down

0 comments on commit b1170b4

Please sign in to comment.