Skip to content

Commit 80167b1

Browse files
committed
Escape underscore
1 parent c54c6db commit 80167b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Similar to [Doctrine Migrations](https://github.com/doctrine/migrations), config
3535
* Connection configuration (php)
3636
* Migration configuration (xml or yaml)
3737

38-
Example Connection configuration "test_antimattr_mongodb.php"
38+
Example Connection configuration "test\_antimattr\_mongodb.php"
3939

4040
```php
4141
/**
@@ -55,7 +55,7 @@ return array(
5555

5656
XML or YAML Migration Configurations are supported
5757

58-
Example XML "test_antimattr_mongodb.xml"
58+
Example XML "test\_antimattr\_mongodb.xml"
5959

6060
```xml
6161
<?xml version="1.0" encoding="UTF-8"?>
@@ -75,7 +75,7 @@ Example XML "test_antimattr_mongodb.xml"
7575
</antimattr-migrations>
7676
```
7777

78-
Example YAML "test_antimattr_mongodb.yml"
78+
Example YAML "test\_antimattr\_mongodb.yml"
7979

8080
```yaml
8181
---

0 commit comments

Comments
 (0)