Skip to content

Commit 941923c

Browse files
committed
Fix READMEs
1 parent 83b0abf commit 941923c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Swim is a completely integrated solution for building scalable, end-to-end strea
66

77
- A **user interface** that uses Swim's streaming UI frameworks to visualize data from Swim servers in real-time
88

9-
*Read this in other languages: [English](README.md), [简体中文](README.zh-cn.md)*
9+
*Read this in other languages: [简体中文](README.zh-cn.md)*
1010

1111

1212
## Run

server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A Swim server is loaded with a **plane**, which provides the runtime for Web Age
2828

2929
A plane must [declare a `SwimRoute` field](http://github.com/swimos/tutorial/tree/master/server/src/main/java/swim/tutorial/TutorialPlane.java#L13-L14) for each Web Agent type.
3030

31-
Use the `ServerLoader` utility class to [load the default kernel modules](http://github.com/swimos/tutorial/tree/master/server/src/main/java/swim/tutorial/TutorialPlane.java#L19).
31+
Use the `ServerLoader` utility class to [load the default kernel modules](http://github.com/swimos/tutorial/tree/master/server/src/main/java/swim/tutorial/TutorialPlane.java#L17).
3232

3333
Visit the [documentation](https://developer.swim.ai/concepts) for further details about these concepts.
3434

ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Swim UI
22

3-
*Read this in other languages: [English](README.md), [简体中文](README.zh-cn.md)*
3+
*Read this in other languages: [简体中文](README.zh-cn.md)*
44

55
The minimum you need to visualize Swim data is a Swim client. That said, Swim comes with additional tools that let you see your data right away with no extra work.
66

0 commit comments

Comments
 (0)