ソースを参照

Fix trailing parenthesis in the README

Hugo Locurcio 5 年 前
コミット
564aa4f56c
1 ファイル変更3 行追加2 行削除
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -20,14 +20,15 @@ upstream [GitHub repository](https://github.com/godotengine/blender-exporter).
 
 ## Usage
 
-See [the documentation](https://docs.godotengine.org/en/stable/getting_started/workflow/assets/escn_exporter/index.html) included in the official Godot docs).
+See [the documentation](https://docs.godotengine.org/en/stable/getting_started/workflow/assets/escn_exporter/index.html)
+included in the official Godot documentation.
 
 ## Development Notes
 
 This repository includes a Makefile to assist with development. Running
 `make` from the project root will:
 
-1. Export all of the blend files from the `tests/scenes` directory.  
+1. Export all of the blend files from the `tests/scenes` directory.
    If you add a feature, it is suggested that you add a new blend file to
    the `tests/scenes` directory that uses this feature.
 2. Runs `diff` on the output files compared to the reference exports. This acts