Skip to content

Commit 50588aa

Browse files
authored
Update README.md
1 parent e8b2de4 commit 50588aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For more installation instructions, please refer to [Installtion](https://tensor
7070
You can immediately use tensorlayerx to define a model, using your favourite framework in the background, like so:
7171
```python
7272
import os
73-
os.environ['TL_BACKEND'] = 'tensorflow' # Just modify this line, easily change to any framework!
73+
os.environ['TL_BACKEND'] = 'tensorflow' # modify this line, switch to any framework easily!
7474
#os.environ['TL_BACKEND'] = 'mindspore'
7575
#os.environ['TL_BACKEND'] = 'paddle'
7676
#os.environ['TL_BACKEND'] = 'torch'

0 commit comments

Comments
 (0)