README.md in pg_objects-0.5.9 vs README.md in pg_objects-0.5.10
- old
+ new
@@ -26,10 +26,10 @@
## Usage
Put DB objects as CREATE (or CREATE OR UPDATE) queries in files to directory structure (default: *db/objects*).
-You can control order of creating by using directive depends_on in SQL comment:
+You can control order of creating by using directive *depends_on* in SQL comment:
```sql
--!depends_on my_another_func
CREATE FUNCTION my_func()
...