Skip to content

Commit

Permalink
Rename docopt_c.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kblomqvist committed Mar 31, 2013
1 parent 9c7cc84 commit b3bd628
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Note, *at this point the code generator handles only options*
### Step 2. Generate the C code

```bash
$ cat example.docopt | python docopt_c.py > docopt.c
$ cat example.docopt | python docopt.c.py > docopt.c
```

### Step 3. Include the generated `docopt.c` into your program
Expand Down
File renamed without changes.

0 comments on commit b3bd628

Please sign in to comment.