Remove references to Gam from README
diff --git a/README.md b/README.md
index 3d5f5ee..1b10ce0 100644
--- a/README.md
+++ b/README.md
@@ -25,31 +25,30 @@
 
 ## Language
 
-Gam is written in pure ISO C11.
+This `bc` is written in pure ISO C11.
 
 ## Git Workflow
 
-Gam uses the git workflow described in
+This `bc` uses the git workflow described in
 [this post](http://endoflineblog.com/oneflow-a-git-branching-model-and-workflow).
-Developers who want to contribute to Gam are encouraged to read that post
-carefully.
+Developers who want to contribute are encouraged to read that post carefully.
 
 For feature branches, it uses `rebase + merge --no--ff` (option 3). It also uses
 a `master`/`release` split. (Main development is on `master`, and `release` just
 points to the latest tagged release to make it easy for users to get the latest
 release.)
 
-Gam includes scripts and a `.gitconfig` that helps manage the workflow. New
+This `bc` includes scripts and a `.gitconfig` that helps manage the workflow. New
 contributors should familiarize themselves with them.
 
 ## Commit Messages
 
-Gam uses the commit message guidelines laid out in
+This `bc` uses the commit message guidelines laid out in
 [this blog post](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
 ## Semantic Versioning
 
-Gam uses [semantic versioning](http://semver.org/).
+This `bc` uses [semantic versioning](http://semver.org/).
 
 ## Contents Listing