Skip to content

Commit

Permalink
Syntax highlight example
Browse files Browse the repository at this point in the history
  • Loading branch information
BezBIS committed Jul 24, 2024
1 parent dd5fcb8 commit 3a74d30
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 @@ -6,7 +6,7 @@ A rust library for working with British and Irish national grids (OSGB, and OSI)

## Examples

```
```rust
use gridish::{OSGB, Precision};
use geo_types::coord;

Expand All @@ -26,7 +26,7 @@ assert_eq!(gridref.sw(), coord! {x: 389_200, y: 243_700 }.into());
- `serde`: Provides support for (de)serialization using serde.
- `tetrads`: Provides support for tetrad grid references in the [DINTY](https://web.archive.org/web/20110527152140/http://www.kmbrc.org.uk/recording/help/gridrefhelp.php?page=6)
format, as commonly used in biological surveys.
```
```rust
use gridish::{OSGB, Precision};
use geo_types::coord;

Expand Down

0 comments on commit 3a74d30

Please sign in to comment.