Skip to content

Commit 85a5fd4

Browse files
authored
Update README.md
Adjusting the README.md to better unterstand its purpose
1 parent 6b3b6cf commit 85a5fd4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# This packge calculates co2 per byte
1+
# This package for laravel calculates Co2 emission for data
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ahoicloud/co2.svg?style=flat-square)](https://packagist.org/packages/ahoicloud/co2)
44
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/ahoicloud/co2/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/ahoicloud/co2/actions?query=workflow%3Arun-tests+branch%3Amain)
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/ahoicloud/co2/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ahoicloud/co2/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/ahoicloud/co2.svg?style=flat-square)](https://packagist.org/packages/ahoicloud/co2)
77

8-
Uvery byte of data that’s uploaded or downloaded produces CO2 cost. By being able to calculate these emissions, developers can enabled themself and their user to create more efficient, lower carbon decisions.
8+
Every byte of data that’s uploaded or downloaded produces CO2. By being able to calculate these emissions, developers can enabled themself and their users to create more efficient, lower carbon decisions. Here are a few examples:
9+
+ Create a carbon budget for your site
10+
+ Inform the user when they uploading or downloading carbon intensive files
11+
912

1013
The package uses the yearly average grid intensity data from [Ember](https://ember-climate.org/data/data-explorer/), as well as marginal intensity data from the [UNFCCC](https://unfccc.int/) (United Nations Framework Convention on Climate Change).
1114

@@ -87,4 +90,4 @@ The average carbon intensity data from Ember is published under the Creative Com
8790

8891
The marginal intensity data is published by the Green Web Foundation, under the Creative Commons ShareAlike Attribution Licence ([CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)). ([What does this mean?](https://tldrlegal.com/license/creative-commons-attribution-sharealike-4.0-international-(cc-by-sa-4.0)))
8992

90-
See LICENCE for more.
93+
See LICENCE for more.

0 commit comments

Comments
 (0)