Skip to content

Commit 064adcc

Browse files
remove All Contributors from Readme
1 parent 4f2c6de commit 064adcc

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
<a href="https://www.nuget.org/packages/SqlKata"><img src="https://img.shields.io/nuget/vpre/SqlKata.svg"></a>
77
<a href="https://github.com/sqlkata/querybuilder/network/members"><img src="https://img.shields.io/github/forks/sqlkata/querybuilder"></a>
88
<a href="https://github.com/sqlkata/querybuilder/stargazers"><img src="https://img.shields.io/github/stars/sqlkata/querybuilder"></a>
9-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
10-
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square" alt="All Contributors"></a>
11-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
129
<a href="https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsqlkata%2Fquerybuilder"><img alt="Twitter" src="https://img.shields.io/twitter/url?label=Tweet%20about%20SqlKata&style=social&url=https%3A%2F%2Fgithub.com%2Fsqlkata%2Fquerybuilder"></a>
1310
</p>
1411

@@ -165,24 +162,4 @@ int affected = db.Query("Users").Where("Id", 1).Update(new {
165162

166163
```cs
167164
int affected = db.Query("Users").Where("Id", 1).Delete();
168-
```
169-
170-
## Contributors ✨
171-
172-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
173-
174-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
175-
<!-- prettier-ignore-start -->
176-
<!-- markdownlint-disable -->
177-
<table>
178-
<tr>
179-
<td align="center"><a href="https://github.com/mnsrulz"><img src="https://avatars.githubusercontent.com/u/1809086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>mnsrulz</b></sub></a><br /><a href="https://github.com/sqlkata/querybuilder/commits?author=mnsrulz" title="Code">💻</a></td>
180-
</tr>
181-
</table>
182-
183-
<!-- markdownlint-restore -->
184-
<!-- prettier-ignore-end -->
185-
186-
<!-- ALL-CONTRIBUTORS-LIST:END -->
187-
188-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
165+
```

0 commit comments

Comments
 (0)