diff --git a/README.txt b/README.txt
index eef79fc7bb..ea25f91fb6 100644
--- a/README.txt
+++ b/README.txt
@@ -8,7 +8,7 @@ our current version is 1.0-beta-6
our dev version is 1.0-SNAPSHOT
our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, terremark,
- eucalyptus, hosting.com, bluelock, ibmdev
+ eucalyptus, hosting.com, bluelock, ibmdev, slicehost
our blobstore api supports: s3, rackspace, azure, atmos online, att synaptic,
walrus, googlestorage, transient (in-memory)
diff --git a/compute/src/main/clojure/org/jclouds/compute.clj b/compute/src/main/clojure/org/jclouds/compute.clj
index 99d2370a9b..d2e6410b85 100644
--- a/compute/src/main/clojure/org/jclouds/compute.clj
+++ b/compute/src/main/clojure/org/jclouds/compute.clj
@@ -21,7 +21,7 @@
Current supported services are:
[ec2, rimuhosting, cloudservers, trmk-ecloud, trmk-vcloudexpress, vcloud, bluelock,
- ibmdev, eucalyptus, hostingdotcom]
+ ibmdev, eucalyptus, hostingdotcom, slicehost]
Here's an example of getting some compute configuration from rackspace:
diff --git a/pom.xml b/pom.xml
index 83fe2b1832..c2605b94b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,7 @@
opscodeplatform
ibmdev
boxdotnet
+ slicehost
@@ -144,4 +145,4 @@ pageTracker._trackPageview();
-
\ No newline at end of file
+
diff --git a/slicehost/src/main/java/org/jclouds/slicehost/domain/Flavor.java b/slicehost/src/main/java/org/jclouds/slicehost/domain/Flavor.java
index d7575aa6bc..95e4eb2f70 100644
--- a/slicehost/src/main/java/org/jclouds/slicehost/domain/Flavor.java
+++ b/slicehost/src/main/java/org/jclouds/slicehost/domain/Flavor.java
@@ -46,7 +46,7 @@ public class Flavor {
}
/**
- * @return Verbose name for the flavor, e.g. Ò256 sliceÓ
+ * @return Verbose name for the flavor, e.g. 256 slice
*/
public String getName() {
return name;