Skip to content

Commit a274e35

Browse files
committed
Improving readme and contributing
1 parent 0e9db6e commit a274e35

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ Before submitting a bug, please do the following:
2222

2323
* Perform __basic troubleshooting__ steps:
2424

25-
* __Make sure you're on the latest version.__ If you're not on the most
25+
* Make sure you're on the latest version. If you're not on the most
2626
recent version, your problem may have been solved already! Upgrading is
2727
always the best first step.
28-
* [__Search the issue
29-
tracker__](https://github.com/geopython/pygml/issues)
28+
* [Search the issue tracker](https://github.com/geopython/pygml/issues)
3029
to make sure it's not a known issue.
3130

3231
### What to put in your bug report

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ pip install pygml
1414

1515
## Features
1616

17-
Parse GML 3.1, 3.2, compact encoded GML 3.3 and GeoRSS geometries to a [`__geo_interface__`](https://gist.github.com/sgillies/2217756) compliant class.
17+
Parse GML 3.1, 3.2, compact encoded GML 3.3 and GeoRSS geometries to a [Geo Interface](https://gist.github.com/sgillies/2217756) compliant class.
1818

1919

2020
```python

0 commit comments

Comments
 (0)