Skip to content

Commit

Permalink
Add Godot mention in README, fix repetitive language (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbergen authored May 12, 2024
1 parent e48e3ae commit 93744ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ Additionally, in [Unity](https://unity.com/):
* Observe test execution progress while they are running in the Editor
* Stop worrying about a specific long-standing [Unity bug](https://issuetracker.unity3d.com/issues/unitytests-do-not-fail-when-nested-coroutines-throws-an-exception)

Responsible now also has [experimental support](https://www.beatwaves.net/Responsible/godot.html) for [Godot](https://godotengine.org/)!

## Documentation

Extensive documentation is available at the
[documentation site](https://sbergen.github.io/Responsible/index.html):
* [Overview](https://sbergen.github.io/Responsible/index.html)
* [.NET Documentation](https://sbergen.github.io/Responsible/dotnet.html)
* [Unity Documentation](https://sbergen.github.io/Responsible/unity.html)
* [Experimental Godot support](https://www.beatwaves.net/Responsible/godot.html)
* [Design Documentation](https://sbergen.github.io/Responsible/design.html)
* [API Reference](https://sbergen.github.io/Responsible/api/Responsible.html)
* [Changelog](https://sbergen.github.io/Responsible/CHANGELOG.html)
Expand Down
2 changes: 1 addition & 1 deletion docfx/godot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Godot 4](https://godotengine.org/) support (C# only)
in Responsible is currently **experimental**
and currently requires a bit of manual setup.
and requires a bit of manual setup.
As I don't use Godot myself,
I am not confident in publishing a package for Godot support
until I've received some feedback from more experienced Godot developers.
Expand Down

0 comments on commit 93744ba

Please sign in to comment.