openfaas / faas

OpenFaaS - Serverless Functions Made Simple
https://www.openfaas.com
MIT License
24.75k stars 1.92k forks source link

remove duplicates and fix order of adopters #1816

Closed nitishkumar71 closed 8 months ago

nitishkumar71 commented 9 months ago

Description

ADOPTERS.md has been updated to remove duplicates and sorted in the order

Motivation and Context

Closes #1815

How Has This Been Tested?

NA

Types of changes

Checklist:

alexellis commented 8 months ago

There is a sort|uniq command that I use for awesome-baremetal, can you run that over this text? It may mean we lose the extra space between bullet points.

https://github.com/alexellis/awesome-baremetal#sorting-sections

We could add this into the file at the end of the list, so it can be run easily and prevent this happening again

nitishkumar71 commented 8 months ago

Done. Multiple use cases are mentioned for few adopters. So we may have to be compare output before updating the list.

alexellis commented 8 months ago

Thanks :+1: