Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kakawait committed Nov 13, 2016
1 parent 33ecca8 commit c9da0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Replace

```toml
[params]
google_analytics_id = UA-XXX-X
google_analytics_id = "UA-XXX-X"
```

to (top level)

```toml
googleAnalytics = UA-XXX-X
googleAnalytics = "UA-XXX-X"
```

0 comments on commit c9da0a8

Please sign in to comment.