renamed proxy prompter to cyphernode

This commit is contained in:
jash
2018-10-13 12:56:03 +02:00
committed by kexkey
parent 568124f80c
commit c8a5e04d3a

View File

@@ -1,6 +1,6 @@
const chalk = require('chalk');
const name = 'proxy';
const name = 'cyphernode';
const capitalise = function( txt ) {
return txt.charAt(0).toUpperCase() + txt.substr(1);