Browse Source

Fixed readme syntax highlight

master
Ludovic 'Archivist' Lagouardette 4 years ago
parent
commit
5c31bf65fd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -4,7 +4,7 @@ Code generator to generate network packet parsers in C++ from YAML
## Installation
```bash
```
crystal build src/andrew.cr
sudo chown root andrew
sudo chmod 0555 andrew
@ -13,7 +13,7 @@ sudo mv andrew /usr/local/bin/
## Usage
```bash
```
andrew tests/record.yml > record.cpp
```

Loading…
Cancel
Save