Skip to content

Commit b0366ff

Browse files
Update README.md
1 parent c6fdbae commit b0366ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nodejs-output-phptags
1+
# nodejs-output-php
22
Шаблонизатор для nodejs
33
```
44
Автоматически подсвечивает php-тэги в любом текстовом редакторе
@@ -104,7 +104,7 @@ server.listen(myConfig.data.port);
104104
if (myConfig.data.isDebug) console.log('Server start on port ' + myConfig.data.port + ' ...');
105105
```
106106
## Код отображения (файл test.php)
107-
```php
107+
```html
108108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
109109
<html xmlns="http://www.w3.org/1999/xhtml">
110110
<head>

0 commit comments

Comments
 (0)