Skip to content

Commit 670270f

Browse files
committed
remove colons from readme
1 parent d94ad5e commit 670270f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Here's example configuration of `run-if-changed`:
112112
<details open>
113113
<summary><b>npm</b></summary>
114114

115-
<code>package.json</code>:
115+
<code>package.json</code>
116116

117117
<pre><code class="language-json">
118118
{
@@ -122,7 +122,7 @@ Here's example configuration of `run-if-changed`:
122122
}
123123
</code></pre>
124124

125-
`.run-if-changedrc`:
125+
`.run-if-changedrc`
126126

127127
<pre><code class="language-json">
128128
{
@@ -135,7 +135,7 @@ Here's example configuration of `run-if-changed`:
135135
<details>
136136
<summary><b>Yarn</b></summary>
137137

138-
<code>package.json</code>:
138+
<code>package.json</code>
139139

140140
<pre><code class="language-json">
141141
{
@@ -145,7 +145,7 @@ Here's example configuration of `run-if-changed`:
145145
}
146146
</code></pre>
147147

148-
<code>.run-if-changedrc</code>:
148+
<code>.run-if-changedrc</code>
149149

150150
<pre><code class="language-json">
151151
{
@@ -158,7 +158,7 @@ Here's example configuration of `run-if-changed`:
158158
<details>
159159
<summary><b>Composer</b></summary>
160160

161-
<code>package.json</code>:
161+
<code>package.json</code>
162162

163163
<pre><code class="language-json">
164164
{
@@ -173,7 +173,7 @@ Here's example configuration of `run-if-changed`:
173173
<details>
174174
<summary><b>Bundler</b></summary>
175175

176-
<code>package.json</code>:
176+
<code>package.json</code>
177177

178178
<pre><code class="language-json">
179179
{
@@ -192,7 +192,7 @@ If you keep database migrations in your repository, you'd usually want to run th
192192
<details>
193193
<summary>Example of running Doctrine migrations when pulling or changing branches</summary>
194194

195-
<code>package.json</code>:
195+
<code>package.json</code>
196196

197197
<pre><code class="language-json">
198198
{
@@ -209,7 +209,7 @@ If you keep database migrations in your repository, you'd usually want to run th
209209
<details>
210210
<summary>Example for running build on changing src folder when pulling or changing branches</summary>
211211

212-
<code>package.json</code>:
212+
<code>package.json</code>
213213

214214
<pre><code class="language-json">
215215
{

0 commit comments

Comments
 (0)