We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdf95d commit 9c63b14Copy full SHA for 9c63b14
README.md
@@ -33,7 +33,7 @@ Add this piece of HTML in your `<body>` where you want the chat to be displayed:
33
...
34
```
35
36
-The add this piece of code just after (it will hook the chat on the page):
+Then add this piece of code just after (it will hook the chat on the page):
37
```html
38
<script type="text/javascript">
39
$('#mychat').phpfreechat({ serverUrl: '/phpfreechat-2.1.1/server' });
0 commit comments