Never, mind, figured this out!
You need to edit this line:
<h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
in headers.php. Specifically, this part:
<?php bloginfo( ‘name’ ); ?>