Skip to content

Commit

Permalink
small layout fix in readme (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvreede committed Jan 5, 2024
1 parent 85618f7 commit 2424d62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to `scikit-talk`!
# Welcome to Scikit-talk!

`scikit-talk` is an open-source toolkit for processing collections of real-world conversational speech in Python. The toolkit aims to facilitate the exploration of large collections of transcriptions and annotations of conversational interaction.
Scikit-talk is an open-source toolkit for processing collections of real-world conversational speech in Python. The toolkit aims to facilitate the exploration of large collections of transcriptions and annotations of conversational interaction.

## Badges

Expand All @@ -23,7 +23,7 @@

## Installation

`scikit-talk can be installed from PyPI:
Scikit-talk can be installed from PyPI:

```console
python3 -m pip install scikit-talk
Expand All @@ -44,7 +44,7 @@ To read more about the aims of this software, [this paper](https://aclanthology.

## Contributing

If you want to contribute to the development of `scikit-talk,
If you want to contribute to the development of scikit-talk,
have a look at the [contribution guidelines](CONTRIBUTING.md).

Detailed technical information on how to work with the code base can be found in [README.dev.md](README.dev.md).
Expand Down

0 comments on commit 2424d62

Please sign in to comment.