Skip to content

Commit

Permalink
Merge pull request #4 from dotintent/fix/generator
Browse files Browse the repository at this point in the history
minor fix for generator
  • Loading branch information
matteocrippa authored May 9, 2023
2 parents a13559f + c55a8ff commit cc3f57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/convert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def output_contributing(j)

def output_table(num_projects)
o = "![](https://img.shields.io/badge/Contents-#{num_projects}-green)"
o << " $~~~~~$ ![](https://img.shields.io/github/last-commit/dotintent/awesome-ble/main)"
o << " ![](https://img.shields.io/github/last-commit/dotintent/awesome-ble/main)"
o
end

Expand Down
4 changes: 2 additions & 2 deletions contents.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Awesome BLE",
"header": "# Awesome BLE - [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\nA collaborative list of Awesome Bluetooth Low Energy resources by [🔴 intent](https://withintent.com). Feel free to contribute! \n<!-- \n\nPLEASE DO NOT UPDATE THIS FILE, UPDATE CONTENTS.JSON INSTEAD. THANK YOU :)\n\n -->\n\n",
"title": "Awesome BLE (Bluetooth Low Energy)",
"header": "# Awesome BLE - [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\nA collaborative list of Awesome Bluetooth Low Energy resources by [🔴 intent](https://withintent.com). _Feel free to contribute!_ \n<!-- \n\nPLEASE DO NOT UPDATE THIS FILE, UPDATE CONTENTS.JSON INSTEAD. THANK YOU :)\n\n -->\n\n",
"header_contributing": "Please take a quick look at the [contribution guidelines](.github/CONTRIBUTING.md) first. If you see an entry longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you to all [contributors](https://github.com/dotintent/awesome-ble/graphs/contributors); you rock!!",
"categories": [
{
Expand Down

0 comments on commit cc3f57e

Please sign in to comment.