diff --git a/README.md b/README.md
index 122b4b1..528f426 100644
--- a/README.md
+++ b/README.md
@@ -67,13 +67,13 @@ Please add your requests in the issues preferably with links to the vector files
## Bitbucket

-## Blocs
+## Blocs *

## Blossom

-## Bootstrap
+## Bootstrap *

## bourbon
@@ -102,7 +102,7 @@ Please add your requests in the issues preferably with links to the vector files
## Cassandra

-## Chai
+## Chai *

## Chalk
@@ -134,22 +134,22 @@ Please add your requests in the issues preferably with links to the vector files

-## Codeship
+## Codeship *

-## Codrops
+## Codrops *

## CoffeeScript

-## Compass
+## Compass *

-## Component
+## Component *

-## Cordova
+## Cordova *

## CouchDB
@@ -194,10 +194,10 @@ Please add your requests in the issues preferably with links to the vector files
## docker

-## Dojo Toolkit
+## Dojo Toolkit *

-## Drone
+## Drone *

## Dropzone
@@ -244,7 +244,7 @@ Please add your requests in the issues preferably with links to the vector files
## Famo.us

-## Firebase
+## Firebase *

## Firefox
@@ -256,7 +256,7 @@ Please add your requests in the issues preferably with links to the vector files
## flexible.gs

-## Flow
+## Flow *

## Flux
@@ -334,13 +334,13 @@ Please add your requests in the issues preferably with links to the vector files
## imagemin

-## Infer
+## Infer *

## Invision

-## io.js
+## io.js *

## Ionic
@@ -388,7 +388,7 @@ Please add your requests in the issues preferably with links to the vector files
## JSON

-## JSPM
+## JSPM *

## Karma
@@ -397,7 +397,7 @@ Please add your requests in the issues preferably with links to the vector files
## Keen IO

-## Kitematic
+## Kitematic *

## Kraken
@@ -415,7 +415,7 @@ Please add your requests in the issues preferably with links to the vector files
## Less

-## Lodash
+## Lodash *

## Lucene
@@ -463,7 +463,7 @@ Please add your requests in the issues preferably with links to the vector files

-## Mocha
+## Mocha *

## Modernizr
@@ -524,7 +524,7 @@ Please add your requests in the issues preferably with links to the vector files

-## Nuclide
+## Nuclide *

## NW.js a.k.a. Nodewebkit
@@ -545,7 +545,7 @@ Please add your requests in the issues preferably with links to the vector files
## OpenLayers

-## openstack
+## openstack *

## Optimizely
@@ -664,7 +664,7 @@ Please add your requests in the issues preferably with links to the vector files
## Solr

-## Spring
+## Spring *

## Stack Overflow
@@ -694,7 +694,7 @@ Please add your requests in the issues preferably with links to the vector files
## Taiga

-## TasteJS
+## TasteJS *

## TodoMVC
@@ -714,7 +714,7 @@ Please add your requests in the issues preferably with links to the vector files
## Vaadin

-## Vagrant
+## Vagrant *

## Vim
@@ -726,7 +726,7 @@ Please add your requests in the issues preferably with links to the vector files
## Visual Website Optimizer

-## Vue.js
+## Vue.js *

## W3C
@@ -735,10 +735,10 @@ Please add your requests in the issues preferably with links to the vector files
## WebComponents

-## webpack
+## webpack *

-## WebPlatform
+## WebPlatform *

## Wercker
@@ -758,3 +758,7 @@ Please add your requests in the issues preferably with links to the vector files
## Yeoman

+
+---
+
+* Converted from raster image, svg font or adapted from complex AI files.
\ No newline at end of file
diff --git a/assets/logos.json b/assets/logos.json
index 7e6ef4b..1986733 100644
--- a/assets/logos.json
+++ b/assets/logos.json
@@ -527,7 +527,8 @@
"tags": [
"javascript",
"mobile app framework"
- ]
+ ],
+ "converted": true
},
{
"name": "CouchDB",
@@ -708,7 +709,8 @@
"tags": [
"javascript",
"library"
- ]
+ ],
+ "converted": true
},
{
"name": "Drone",
@@ -1248,7 +1250,8 @@
"java",
"objective c",
"c"
- ]
+ ],
+ "converted": true
},
{
"name": "Invision",
@@ -2066,7 +2069,8 @@
"tags": [
"cloud computing",
"IaaS"
- ]
+ ],
+ "converted": true
},
{
"name": "Optimizely",
@@ -2656,7 +2660,8 @@
"tags": [
"todomvc",
"reference"
- ]
+ ],
+ "converted": true
},
{
"name": "TodoMVC",
diff --git a/assets/templates/README.handlebars b/assets/templates/README.handlebars
index 31cdd8d..41ae45b 100644
--- a/assets/templates/README.handlebars
+++ b/assets/templates/README.handlebars
@@ -19,9 +19,13 @@ Please add your requests in the issues preferably with links to the vector files
---
{{#each this}}
-## {{name}}
+## {{name}}{{#if converted}} *{{/if}}
{{#each files}}

{{/each}}
{{/each}}
+
+---
+
+* Converted from raster image, svg font or adapted from complex AI files.
\ No newline at end of file