Remove unnecessary anchor tags from README.

Markdown already creates these tags.

PiperOrigin-RevId: 286667659
diff --git a/README.md b/README.md
index 54e6de5..b08bd92 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,6 @@
 GitHub Actions | Bazel        | Linux    | [![github-bazel-linux-status](https://github.com/google/iree/workflows/Bazel%20Build/badge.svg)](https://github.com/google/iree/actions?query=branch%3Amaster+event%3Apush+workflow%3A%22Bazel+Build%22)
 Kokoro         | Bazel        | Linux    | [![kokoro-status-bazel-linux](https://storage.googleapis.com/iree-oss-build-badges/bazel/build_status_linux.svg)](https://storage.googleapis.com/iree-oss-build-badges/bazel/build_result_linux.html)
 
-<a name="quickstart"></a>
-
 ## Quickstart
 
 More Coming soon! Performing full model translation may require a few steps
@@ -41,8 +39,6 @@
 *   [Using Colab](docs/using_colab.md)
 *   [Vulkan and SPIR-V](docs/vulkan_and_spirv.md)
 
-<a name="project-goals"></a>
-
 ## Project Goals
 
 IREE (**I**ntermediate **R**epresentation **E**xecution **E**nvironment,
@@ -120,8 +116,6 @@
 consider the IREE experiment a success if what resulted was some worked examples
 that help advance the entire ecosystem!
 
-<a name="non-goals"></a>
-
 ## Non-Goals
 
 *   Replace parts of the supported TensorFlow ecosystem of tools: The authors
@@ -136,8 +130,6 @@
     finding a more permanent way to align it with the broader constellation of
     ML tooling.
 
-<a name="milestones"></a>
-
 ## Milestones
 
 We are currently just at the starting line, with basic
@@ -173,8 +165,6 @@
 *   HAL backends for Metal 2 and Direct3D 12
 *   Profile-guided optimization support for scheduling feedback
 
-<a name="status"></a>
-
 ## Current Status
 
 ### Documentation
@@ -213,8 +203,6 @@
 types (in fact, we have a lot of fun ideas for
 `VK_NVX_device_generated_commands` and Metal 2.1's Indirect Command Buffers!).
 
-<a name="dependencies"></a>
-
 ## Dependencies
 
 NOTE: during the initial open source release we are still cleaning things up. If
@@ -256,8 +244,6 @@
 [Swiftshader](https://github.com/google/swiftshader) is used to provide fast
 hardware-independent testing of the Vulkan and SPIR-V portions of the toolchain.
 
-<a name="license"></a>
-
 ## License
 
 IREE is licensed under the terms of the Apache license. See [LICENSE](LICENSE)