Skip to content

Commit

Permalink
Readme: polished (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed May 6, 2021
1 parent fc96a19 commit fa0fd37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@

## Installation

```sh
```bash
composer require contributte/latte-parsedown-extra
```

## Configuration

```yaml
```neon
extensions:
parsedown: Contributte\Parsedown\DI\ParsedownExtraExtension
parsedown: Contributte\Parsedown\DI\ParsedownExtraExtension
parsedown:
# Default name is parsedown
helper: parsedown # Name of the helper in Latte
# Default name is parsedown
helper: parsedown # Name of the helper in Latte
```

## Usage

```smarty
```latte
{block|parsedown}
# Headline
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

To install latest version of `contributte/latte-parsedown-extra` use [Composer](https://getcomposer.com).

```
```bash
composer require contributte/latte-parsedown-extra
```

Expand All @@ -46,9 +46,6 @@ See [how to contribute](https://contributte.org) to this package. This package i
<a href="https://github.com/f3l1x">
<img width="80" height="80" src="https://avatars.githubusercontent.com/f3l1x">
</a>
<a href="https://github.com/mabar">
<img width="80" height="80" src="https://avatars.githubusercontent.com/mabar">
</a>

-----

Expand Down

0 comments on commit fa0fd37

Please sign in to comment.