Skip to content

Commit ee95cb2

Browse files
authored
fixed invalid markdown
1 parent 2d7488d commit ee95cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Google blocks their suggestion API from cross origin calls, so DYM allows you to
1414
- Query must be formatted for URL.
1515
- Request must be sent to http://dym.show/QUERY
1616

17-
####Javascript Example 
17+
#### Javascript Example 
1818

1919
```javascript
2020
const request = new XMLHttpRequest();
@@ -29,4 +29,4 @@ Google blocks their suggestion API from cross origin calls, so DYM allows you to
2929
};
3030

3131
request.send();
32-
```
32+
```

0 commit comments

Comments
 (0)