Skip to content

Commit 68b99d7

Browse files
authored
Fix markdown issues (#96)
See a detailed description of the rules is available at https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
1 parent 08f04e9 commit 68b99d7

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ Pre-alpha v0.1.0
8585
$ git shortlog -s 35886a4fa6f14d3821cf5e8d0ab0428cafce5c1b...v0.1.0
8686
1 Amethyst Reese
8787
```
88-

CONTRIBUTING.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ You'll need to have Python 3.6 or newer available for testing
66

77
You can do this with [pyenv][]:
88

9-
$ pyenv install 3.6.x
10-
$ pyenv shell 3.6.x
11-
9+
```sh
10+
pyenv install 3.6.x
11+
pyenv shell 3.6.x
12+
```
1213

1314
## Setup
1415

1516
Once in your development environment, install the
1617
appropriate linting tools and dependencies:
1718

18-
$ cd <path/to/aql>
19-
$ make venv
20-
$ source .venv/bin/activate
21-
19+
```sh
20+
cd <path/to/aql>
21+
make venv
22+
source .venv/bin/activate
23+
```
2224

2325
## Submitting
2426

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Simple, async query library for modern Python
99
[![license](https://img.shields.io/pypi/l/aql.svg)](https://github.com/omnilib/aql/blob/main/LICENSE)
1010
[![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1111

12-
1312
Highlights
1413
----------
1514

@@ -63,7 +62,6 @@ async with connect(...) as db:
6362
await db.modify(Object, rows)
6463
```
6564

66-
6765
License
6866
-------
6967

0 commit comments

Comments
 (0)