Skip to content

Commit 6049030

Browse files
committed
removed the 'code of conduct' reference in the README.md
1 parent 6f8f7de commit 6049030

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# [phpfmt](https://github.com/phpfmt/fmt) support for Sublime Text 2/3
22

3-
***[This project follows a Code of Conduct.](https://github.com/phpfmt/code-of-conduct)***
4-
5-
### Installation
3+
## Installation
64

75
#### Requirements
86
- **You must have a running copy of PHP on the machine you are running Sublime Text**
@@ -153,9 +151,9 @@ echo "Flipflop";
153151
<td>
154152
<pre><code>&lt;?php
155153
for ($i = 0; $i &lt; 10; $i++) {
156-
if ($i%2 == 0) {
157-
echo "Flipflop";
158-
}
154+
if ($i%2 == 0) {
155+
echo "Flipflop";
156+
}
159157
}
160158
</code></pre>
161159
</td>

0 commit comments

Comments
 (0)