diff --git a/docs/10-Notes.md b/docs/10-Notes.md
index fd2125e171f..c6ad42910a1 100644
--- a/docs/10-Notes.md
+++ b/docs/10-Notes.md
@@ -79,12 +79,13 @@ Built in Chart Types
There are many plugins that add additional functionality to Chart.js. Some particularly notable ones are listed here. In addition, many plugins can be found on the [Chart.js GitHub organization](https://github.com/chartjs).
- - Chart.Zoom.js - Enable zooming and panning on charts
- - Chart.Annotation.js - Draw lines and boxes on chart area
+ - chartjs-plugin-annotation.js - Draw lines and boxes on chart area
+ - chartjs-plugin-deferred.js - Defer initial chart update until chart scrolls into viewport
+ - chartjs-plugin-draggable.js - Makes select chart elements draggable with the mouse
+ - chartjs-plugin-zoom.js - Enable zooming and panning on charts
- Chart.BarFunnel.js - Adds a bar funnel chart type
- - Chart.Deferred.js - Defer initial chart update until chart scrolls into viewport
- - Chart.Smith.js - Adds a smith chart type
- Chart.LinearGauge.js - Adds a linear gauge chart type
+ - Chart.Smith.js - Adds a smith chart type
### Popular Extensions