Преглед изворни кода

Update README.md reference with an existing file (#1421)

README.md references print.carbon, which doesn't seem to exist
in the repo. How about this Hello World file?
Dan Sarginson пре 3 година
родитељ
комит
15845b1d03
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -273,7 +273,7 @@ $ git clone https://github.com/carbon-language/carbon-lang
 $ cd carbon-lang
 
 # Build and run the explorer.
-$ bazel run //explorer -- ./explorer/testdata/basic_syntax/print.carbon
+$ bazel run //explorer -- ./explorer/testdata/print/format_only.carbon
 ```
 
 These instructions assume [Homebrew](https://brew.sh/); see our