Skip to content

Commit

Permalink
Adding double slash for example command for escaping.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybloggs authored and joeybloggs committed Nov 20, 2015
1 parent a7bf945 commit de58399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ run statics -h to see the options/arguments

Embedding in Source Control

statics -i=assets -o=assets.go -pkg=main -group=Assets -ignore=\\.gitignore -init=true
statics -i=assets -o=assets.go -pkg=main -group=Assets -ignore=\\\\.gitignore -init=true

Output:
```go
Expand Down
2 changes: 1 addition & 1 deletion static/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Package static reads package statics generated go files and provides helper meth
Embedding in Source Control
statics -i=assets -o=assets.go -pkg=main -group=Assets -ignore=//.gitignore -init=true
statics -i=assets -o=assets.go -pkg=main -group=Assets -ignore=\\.gitignore -init=true
Output:
Expand Down

0 comments on commit de58399

Please sign in to comment.