makenotion / notion-sdk-js

Official Notion JavaScript Client
https://developers.notion.com/docs
MIT License
4.95k stars 591 forks source link

Update README.md with correct `cd` command #493

Open crosskayla opened 9 months ago

crosskayla commented 9 months ago

nitpick: incorrect and / or misleading cd command

explanation: The slash / at the beginning of the path points to the root of the filesystem, so cd /notion-sdk-js tries to change to a directory that is directly under the root directory. That is not where the cloned repo would be based on the first git clone command

reason for change: could confuse some beginners 🤷‍♀️

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.