@browser-logos/camino
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
# 1.0.3 (March 7, 2019) | ||
## Bug fixes / Improvements | ||
* [[`3bb40f69b0`](https://github.com/alrra/browser-logos/commit/3bb40f69b0cce0795655e43d42f802b8f9393cc0)] - 📚 Improve READMEs (by [`Cătălin Mariș`](https://github.com/alrra)). | ||
## 1.0.2 (December 30, 2017) | ||
@@ -5,4 +12,3 @@ | ||
* [[`26ea05bb01`](https://github.com/alrra/browser-logos/commit/26ea05bb012377c3306c511294be0fcb655aaa6b)] - | ||
Further optimize images. | ||
* [[`26ea05bb01`](https://github.com/alrra/browser-logos/commit/26ea05bb012377c3306c511294be0fcb655aaa6b)] - 🗜 Further optimize images. | ||
@@ -14,4 +20,3 @@ | ||
* [[`4406d8a2ef`](https://github.com/alrra/browser-logos/commit/4406d8a2ef0f9cf1fd91cf1c9b438b2096a51bba)] - | ||
Make minor changes in `README.md`. | ||
* [[`4406d8a2ef`](https://github.com/alrra/browser-logos/commit/4406d8a2ef0f9cf1fd91cf1c9b438b2096a51bba)] - 📚 Make minor changes in `README.md`. | ||
@@ -18,0 +23,0 @@ |
@@ -13,3 +13,3 @@ { | ||
"repository": "alrra/browser-logos", | ||
"version": "1.0.2" | ||
"version": "1.0.3" | ||
} |
# Camino | ||
### How to get this logo | ||
## Logo | ||
* Install with: | ||
* [`npm`](https://www.npmjs.com/): `npm install --save-dev @browser-logos/camino` | ||
<table> | ||
<tr height=300> | ||
<td> | ||
<a href="https://github.com/alrra/browser-logos/tree/375b9086ce2a9cb6d3e29f12f7c0562c9a924c05/src/archive/camino"> | ||
<img width=290 src="https://raw.githubusercontent.com/alrra/browser-logos/375b9086ce2a9cb6d3e29f12f7c0562c9a924c05/src/archive/camino/camino_512x512.png" alt="Camino browser logo"> | ||
</a> | ||
</td> | ||
</tr> | ||
</table> | ||
* Use [`cdnjs`](https://cdnjs.com/libraries/browser-logos) | ||
## How do I get this logo? | ||
You can either: | ||
* Install it using | ||
* [`npm`][npm]: `npm install --save-dev @browser-logos/camino` | ||
* [`yarn`][yarn]: `yarn add --dev @browser-logos/camino` | ||
* Use [`cdnjs`][cdnjs]. | ||
<!-- Link labels: --> | ||
[cdnjs]: https://cdnjs.com/libraries/browser-logos | ||
[npm]: https://www.npmjs.com/ | ||
[yarn]: https://yarnpkg.com/ |
Sorry, the diff of this file is not supported yet
273249
31