diff --git a/readme.md b/readme.md
index 2406228..0cda56f 100644
--- a/readme.md
+++ b/readme.md
@@ -7,7 +7,7 @@
[](https://github.com/devlooped/SmallSharp/actions/workflows/build.yml)
-Create, edit and run multiple C# file-based apps in the same project, honoring per-file `#:package`
+Create, edit and run multiple C# file-based apps in the same project in the IDE, honoring per-file `#:package`
references, `#:property` project values and even `#:sdk` 😍
diff --git a/src/SmallSharp/SmallSharp.csproj b/src/SmallSharp/SmallSharp.csproj
index 8f2e97c..d00d143 100644
--- a/src/SmallSharp/SmallSharp.csproj
+++ b/src/SmallSharp/SmallSharp.csproj
@@ -4,7 +4,7 @@
netstandard2.0
SmallSharp
- Create, edit and run multiple C# top-level programs in the same project,
+ Create, edit and run multiple C# top-level programs in the same project in the IDE,
respecting per-file `#:package` references and `#:property` project values 😍
build