Skip to content

Commit

Permalink
Merge pull request #1 from reyoung/patch-1
Browse files Browse the repository at this point in the history
Fix Typo In readme.md
  • Loading branch information
sorokine committed Feb 8, 2014
2 parents 3cd9748 + 27a3ddf commit 94387df
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 @@ -14,10 +14,10 @@ Usage

To refresh views in `public` schema:
```
select RefreshAllMaterizlizedViews()
select RefreshAllMaterializedViews()
```

To refresh views in other schema:
```
select RefreshAllMaterizlizedViews('my_schema');
select RefreshAllMaterializedViews('my_schema');
```

0 comments on commit 94387df

Please sign in to comment.