Skip to content

Commit a6e3a77

Browse files
Update README.md
1 parent 20dd931 commit a6e3a77

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ pip install tensorflow
5656
```
5757

5858
Other devices (DirectX and MacOS-metal) are supported using
59-
[Device plugins](https://www.tensorflow.org/install/gpu_plugins#available_devices).
59+
[Device Plugins](https://www.tensorflow.org/install/gpu_plugins#available_devices).
6060

6161
A smaller CPU-only package is also available:
6262

@@ -87,16 +87,16 @@ b'Hello, TensorFlow!'
8787
```
8888

8989
For more examples, see the
90-
[TensorFlow tutorials](https://www.tensorflow.org/tutorials/).
90+
[TensorFlow Tutorials](https://www.tensorflow.org/tutorials/).
9191

9292
## Contribution guidelines
9393

9494
**If you want to contribute to TensorFlow, be sure to review the
95-
[contribution guidelines](CONTRIBUTING.md). This project adheres to TensorFlow's
96-
[code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to
95+
[Contribution Guidelines](CONTRIBUTING.md). This project adheres to TensorFlow's
96+
[Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to
9797
uphold this code.**
9898

99-
**We use [GitHub issues](https://github.com/tensorflow/tensorflow/issues) for
99+
**We use [GitHub Issues](https://github.com/tensorflow/tensorflow/issues) for
100100
tracking requests and bugs, please see
101101
[TensorFlow Forum](https://discuss.tensorflow.org/) for general questions and
102102
discussion, and please direct specific questions to
@@ -110,18 +110,18 @@ open-source software development.
110110
Follow these steps to patch a specific version of TensorFlow, for example, to
111111
apply fixes to bugs or security vulnerabilities:
112112

113-
* Clone the TensorFlow repo and switch to the corresponding branch for your
114-
desired TensorFlow version, for example, branch `r2.8` for version 2.8.
115-
* Apply (that is, cherry-pick) the desired changes and resolve any code
116-
conflicts.
113+
* Clone the TensorFlow repository and switch to the appropriate branch for
114+
your desired versionfor example, `r2.8` for version 2.8.
115+
* Apply the desired changes (i.e., cherry-pick them) and resolve any code
116+
conflicts.
117117
* Run TensorFlow tests and ensure they pass.
118118
* [Build](https://www.tensorflow.org/install/source) the TensorFlow pip
119119
package from source.
120120

121121
## Continuous build status
122122

123123
You can find more community-supported platforms and configurations in the
124-
[TensorFlow SIG Build community builds table](https://github.com/tensorflow/build#community-supported-tensorflow-builds).
124+
[TensorFlow SIG Build Community Builds Table](https://github.com/tensorflow/build#community-supported-tensorflow-builds).
125125

126126
### Official Builds
127127

@@ -159,8 +159,8 @@ Build Type | Status
159159
* [TensorFlow Code Search](https://cs.opensource.google/tensorflow/tensorflow)
160160

161161
Learn more about the
162-
[TensorFlow community](https://www.tensorflow.org/community) and how to
163-
[contribute](https://www.tensorflow.org/community/contribute).
162+
[TensorFlow Community](https://www.tensorflow.org/community) and how to
163+
[Contribute](https://www.tensorflow.org/community/contribute).
164164

165165
## Courses
166166

0 commit comments

Comments
 (0)