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 57d8f90 commit 6a61b89Copy full SHA for 6a61b89
README.md
@@ -22,7 +22,7 @@ JQuery should be included in your html `<head>` before the phpfreechat code:
22
23
Include the phpfreechat plugin in your html `<head>`:
24
```html
25
- <link rel="stylesheet" type="text/css" href="/phpfreechat-2.1.1/client/themes/default/jquery.phpfreechat.min.css" />
+ <link rel="stylesheet" type="text/css" href="/phpfreechat-2.1.1/client/themes/default/pfc.min.css" />
26
<script src="/phpfreechat-2.1.1/client/pfc.min.js" type="text/javascript"></script>
27
```
28
0 commit comments