Fix the bullet representation in the README.md file.

PiperOrigin-RevId: 277337218
Change-Id: Iaadbcf4c7f5de0ab7bde46ae75165e910ee7800b
diff --git a/tensorflow/lite/experimental/support/java/README.md b/tensorflow/lite/experimental/support/java/README.md
index a72f185..bc00123 100644
--- a/tensorflow/lite/experimental/support/java/README.md
+++ b/tensorflow/lite/experimental/support/java/README.md
@@ -10,8 +10,8 @@
 We welcome feedback from the community as we develop this support library,
 especially around:
 
-*   `Use-cases we should support including data types and operations`
-*   `Ease of use - does the APIs make sense to the community`
+*   Use-cases we should support including data types and operations
+*   Ease of use - does the APIs make sense to the community
 
 ## Table of Contents
 
@@ -170,10 +170,10 @@
 
 The current experimental version of the TensorFlow Lite Support Library covers:
 
-*   `common data types (float, uint8, images and array of these objects) as
-    inputs and outputs of tflite models.`
-*   `basic image operations (crop image, resize and rotate).`
-*   `quantized and float models.`
+*   common data types (float, uint8, images and array of these objects) as
+    inputs and outputs of tflite models.
+*   basic image operations (crop image, resize and rotate).
+*   quantized and float models.
 
 Future versions will improve support for text-related applications.