README
Deccamp JS Footer
This should be used in the following manner
Install with the command:
''' npm install --save devcamp-js-footer-mjg '''
Add to a Javascript project with the following code:
'''javascript import {footer} from 'devcamp-js-footer';
footer('Some Name'); '''