Skip to content

Commit 469039e

Browse files
Merge pull request #167 from sourcery-ai/feat-update-welcome-file-based-on-login-changes
feat: Update welcome-to-sourcery.py
2 parents d9df42e + c52277b commit 469039e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

welcome-to-sourcery.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11

22
# Welcome to Sourcery!
33

4-
# We're here to help you write cleaner, more Pythonic code.
5-
# You should start to notice parts of your code being underlined.
4+
# To get started log into your Sourcery account.
5+
# Open the command palette (Ctrl/Cmd+Shift+P) and execute `Sourcery: login`.
6+
7+
# We're here to help you write cleaner, clearer code.
8+
# When you log in to Sourcery you'll start to see parts
9+
# of your code like this start to get underlined.
610
# This means Sourcery has a suggestion.
711

812
def refactoring_example(spellbook):

0 commit comments

Comments
 (0)