Skip to content

Commit 793b119

Browse files
committed
Update README.md
1 parent 7d6b07c commit 793b119

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
<img alt="Bytebeam Arduino Logo" src="docs/logo.png" />
55
</div>
66

7-
This library provides a simple client for connecting ESP devices to [Bytebeam](https://bytebeam.io/) IoT platform.
7+
This Library provides a simple client for connecting ESP devices to [Bytebeam](https://bytebeam.io/) IoT platform.
8+
9+
## Features :-
10+
- Efficiently send data to cloud.
11+
- Receive commands from the cloud, execute them and update progress of execution.
12+
- Download Firmware images from cloud in case of OTA updates being triggered from cloud.
13+
814

915
## What's included in the Library :-
1016

@@ -21,22 +27,19 @@ This library provides a simple client for connecting ESP devices to [Bytebeam](h
2127
We recommend to install the latest versions of the libraries and Core SDK.
2228

2329
## Getting Started :-
24-
This Library can be integrated with new as well as existing Arduino ESP32 or Arduino ESP8266 sketches. Follow the [instruction guide](https://bytebeam.io/docs/arduino) for setting up and integrating library with your Arduino sketch.
30+
This Library can be integrated with new as well as existing Arduino ESP32 or Arduino ESP8266 sketches. Follow the [instruction guide](https://bytebeam.io/docs/arduino) for setting up and integrating Library with your Arduino sketch.
2531

26-
## Features
27-
- Efficiently send data to cloud.
28-
- Receive commands from the cloud, execute them and update progress of execution.
29-
- Download Firmware images from cloud in case of OTA updates being triggered from cloud.
30-
31-
## Community
32+
## Community :-
3233

3334
- Follow us on [Twitter](https://twitter.com/bytebeamhq)
3435
- Connect with us on [LinkedIn](https://www.linkedin.com/company/bytebeam/)
3536
- Read our official [Blog](https://bytebeam.io/blog/)
3637

37-
## Contributing
38-
Please follow the [code of conduct](CODE_OF_CONDUCT.md) while opening issues to report bugs or before you contribute fixes, also do read our [contributor guide](CONTRIBUTING.md) to get a better idea of what we'd appreciate and what we won't.
38+
## Contributing :-
39+
Contributions are welcome! Not only you’ll encourage the development of the Library, but you’ll also learn how to best use the Library and probably some C++ too.
40+
41+
See [the contributing guide](CONTRIBUTING.md) for detailed instructions on how to get started with the Library. Please follow the [code of conduct](CODE_OF_CONDUCT.md) while contributing.
3942

40-
## License
43+
## License :-
4144

42-
This project is released under The Apache License, Version 2.0 ([LICENSE](./LICENSE) or http://www.apache.org/licenses/LICENSE-2.0)
45+
This project is released under The Apache License, Version 2.0 (See [LICENSE](./LICENSE) for details)

0 commit comments

Comments
 (0)